Searched defs:ieee80211_softmac_stats (Results 1 – 3 of 3) sorted by relevance
439 struct ieee80211_softmac_stats { struct440 uint rx_ass_ok;441 uint rx_ass_err;442 uint rx_probe_rq;443 uint tx_probe_rs;444 uint tx_beacons;445 uint rx_auth_rq;446 uint rx_auth_rs_ok;447 uint rx_auth_rs_err;448 uint tx_auth_rq;[all …]
592 struct ieee80211_softmac_stats { struct593 uint rx_ass_ok;594 uint rx_ass_err;595 uint rx_probe_rq;596 uint tx_probe_rs;597 uint tx_beacons;598 uint rx_auth_rq;599 uint rx_auth_rs_ok;600 uint rx_auth_rs_err;601 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 …]