Lines Matching refs:wlc_cnt
3424 const wl_cnt_wlc_t* wlc_cnt = NULL; in wl_cfg80211_get_sta_info() local
3500 if (!(wlc_cnt = GET_WLCCNT_FROM_CNTBUF(iovar_buf))) { in wl_cfg80211_get_sta_info()
3505 rxrtry = dtoh32(wlc_cnt->rxrtry); in wl_cfg80211_get_sta_info()
3506 rxmulti = dtoh32(wlc_cnt->rxmulti); in wl_cfg80211_get_sta_info()
4263 const wl_cnt_wlc_t* wlc_cnt = NULL; in wl_android_get_connection_stats() local
4332 if (!(wlc_cnt = GET_WLCCNT_FROM_CNTBUF(iovar_buf))) { in wl_android_get_connection_stats()
4337 output->txframe = dtoh32(wlc_cnt->txframe); in wl_android_get_connection_stats()
4338 output->txbyte = dtoh32(wlc_cnt->txbyte); in wl_android_get_connection_stats()
4339 output->txerror = dtoh32(wlc_cnt->txerror); in wl_android_get_connection_stats()
4340 output->rxframe = dtoh32(wlc_cnt->rxframe); in wl_android_get_connection_stats()
4341 output->rxbyte = dtoh32(wlc_cnt->rxbyte); in wl_android_get_connection_stats()
4342 output->txfail = dtoh32(wlc_cnt->txfail); in wl_android_get_connection_stats()
4343 output->txretry = dtoh32(wlc_cnt->txretry); in wl_android_get_connection_stats()
4344 output->txretrie = dtoh32(wlc_cnt->txretrie); in wl_android_get_connection_stats()
4345 output->txrts = dtoh32(wlc_cnt->txrts); in wl_android_get_connection_stats()
4346 output->txnocts = dtoh32(wlc_cnt->txnocts); in wl_android_get_connection_stats()
4347 output->txexptime = dtoh32(wlc_cnt->txexptime); in wl_android_get_connection_stats()