Searched defs:ieee80211_softmac_stats (Results 1 – 2 of 2) sorted by relevance
591 struct ieee80211_softmac_stats { struct592 uint rx_ass_ok;593 uint rx_ass_err;594 uint rx_probe_rq;595 uint tx_probe_rs;596 uint tx_beacons;597 uint rx_auth_rq;598 uint rx_auth_rs_ok;599 uint rx_auth_rs_err;600 uint tx_auth_rq;[all …]
1208 struct ieee80211_softmac_stats { struct1209 unsigned int rx_ass_ok;1210 unsigned int rx_ass_err;1211 unsigned int rx_probe_rq;1212 unsigned int tx_probe_rs;1213 unsigned int tx_beacons;1214 unsigned int rx_auth_rq;1215 unsigned int rx_auth_rs_ok;1216 unsigned int rx_auth_rs_err;1217 unsigned int tx_auth_rq;[all …]