Searched defs:ieee80211_softmac_stats (Results 1 – 3 of 3) sorted by relevance
464 struct ieee80211_softmac_stats { struct465 uint rx_ass_ok;466 uint rx_ass_err;467 uint rx_probe_rq;468 uint tx_probe_rs;469 uint tx_beacons;470 uint rx_auth_rq;471 uint rx_auth_rs_ok;472 uint rx_auth_rs_err;473 uint tx_auth_rq;[all …]
617 struct ieee80211_softmac_stats { struct618 uint rx_ass_ok;619 uint rx_ass_err;620 uint rx_probe_rq;621 uint tx_probe_rs;622 uint tx_beacons;623 uint rx_auth_rq;624 uint rx_auth_rs_ok;625 uint rx_auth_rs_err;626 uint tx_auth_rq;[all …]
1211 struct ieee80211_softmac_stats{ struct1212 unsigned int rx_ass_ok;1213 unsigned int rx_ass_err;1214 unsigned int rx_probe_rq;1215 unsigned int tx_probe_rs;1216 unsigned int tx_beacons;1217 unsigned int rx_auth_rq;1218 unsigned int rx_auth_rs_ok;1219 unsigned int rx_auth_rs_err;1220 unsigned int tx_auth_rq;[all …]