Home
last modified time | relevance | path

Searched refs:is_rx_unencrypted (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/net80211/
HDieee80211_ioctl.h102 uint32_t is_rx_unencrypted; /* rx w/o wep and privacy on */ member
HDieee80211_wds.c669 vap->iv_stats.is_rx_unencrypted++; in wds_input()
HDieee80211_adhoc.c593 vap->iv_stats.is_rx_unencrypted++; in adhoc_input()
HDieee80211_sta.c851 vap->iv_stats.is_rx_unencrypted++; in sta_input()
HDieee80211_hostap.c800 vap->iv_stats.is_rx_unencrypted++; in hostap_input()
/NextBSD/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_snmp.c1405 val->v.uint32 = wif->stats.is_rx_unencrypted; in op_wlan_iface_stats()