Searched defs:ieee80211_softmac_stats (Results 1 – 3 of 3) sorted by relevance
450 struct ieee80211_softmac_stats { struct451 uint rx_ass_ok;452 uint rx_ass_err;453 uint rx_probe_rq;454 uint tx_probe_rs;455 uint tx_beacons;456 uint rx_auth_rq;457 uint rx_auth_rs_ok;458 uint rx_auth_rs_err;459 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 …]
1212 struct ieee80211_softmac_stats { struct1213 unsigned int rx_ass_ok;1214 unsigned int rx_ass_err;1215 unsigned int rx_probe_rq;1216 unsigned int tx_probe_rs;1217 unsigned int tx_beacons;1218 unsigned int rx_auth_rq;1219 unsigned int rx_auth_rs_ok;1220 unsigned int rx_auth_rs_err;1221 unsigned int tx_auth_rq;[all …]