Searched defs:ieee80211_softmac_stats (Results 1 – 3 of 3) sorted by relevance
490 struct ieee80211_softmac_stats { struct491 uint rx_ass_ok;492 uint rx_ass_err;493 uint rx_probe_rq;494 uint tx_probe_rs;495 uint tx_beacons;496 uint rx_auth_rq;497 uint rx_auth_rs_ok;498 uint rx_auth_rs_err;499 uint tx_auth_rq;[all …]
699 struct ieee80211_softmac_stats { struct700 uint rx_ass_ok;701 uint rx_ass_err;702 uint rx_probe_rq;703 uint tx_probe_rs;704 uint tx_beacons;705 uint rx_auth_rq;706 uint rx_auth_rs_ok;707 uint rx_auth_rs_err;708 uint tx_auth_rq;[all …]
1376 struct ieee80211_softmac_stats{ struct1377 unsigned int rx_ass_ok;1378 unsigned int rx_ass_err;1379 unsigned int rx_probe_rq;1380 unsigned int tx_probe_rs;1381 unsigned int tx_beacons;1382 unsigned int rx_auth_rq;1383 unsigned int rx_auth_rs_ok;1384 unsigned int rx_auth_rs_err;1385 unsigned int tx_auth_rq;[all …]