Home
last modified time | relevance | path

Searched refs:IEEE80211_CAPINFO_CF_POLLABLE (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/net80211/
Dieee80211.h512 #define IEEE80211_CAPINFO_CF_POLLABLE 0x0004 macro
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_sys.c2138 if ((pcaps & IEEE80211_CAPINFO_CF_POLLABLE) != 0) in wlan_peercaps_to_snmp()
/freebsd-10-stable/sbin/ifconfig/
Difieee80211.c2379 if (capinfo & IEEE80211_CAPINFO_CF_POLLABLE) in getcaps()