Searched defs:ieee80211_softmac_stats (Results 1 – 2 of 2) sorted by relevance
654 struct ieee80211_softmac_stats { struct655 uint rx_ass_ok;656 uint rx_ass_err;657 uint rx_probe_rq;658 uint tx_probe_rs;659 uint tx_beacons;660 uint rx_auth_rq;661 uint rx_auth_rs_ok;662 uint rx_auth_rs_err;663 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 …]