Home
last modified time | relevance | path

Searched refs:is_rx_mgmt (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sys/net80211/
Dieee80211_ioctl.h184 uint32_t is_rx_mgmt; /* rx management frames */ member
Dieee80211_wds.c689 vap->iv_stats.is_rx_mgmt++; in wds_input()
Dieee80211_adhoc.c606 vap->iv_stats.is_rx_mgmt++; in adhoc_input()
Dieee80211_sta.c831 vap->iv_stats.is_rx_mgmt++; in sta_input()
Dieee80211_hostap.c821 vap->iv_stats.is_rx_mgmt++; in hostap_input()
Dieee80211_mesh.c1247 vap->iv_stats.is_rx_mgmt++; in mesh_input()
/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_snmp.c1624 val->v.uint32 = wif->stats.is_rx_mgmt; in op_wlan_iface_stats()