Searched refs:IEEE80211_NODE_AUTH (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_node.h120 #define IEEE80211_NODE_AUTH 0x000001 /* authorized for data */ macro
314 return (ni->ni_flags & IEEE80211_NODE_AUTH);
H A Dieee80211_node.c213 ni->ni_flags |= IEEE80211_NODE_AUTH;
226 ni->ni_flags &= ~IEEE80211_NODE_AUTH;
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c2618 #ifndef IEEE80211_NODE_AUTH
2619 #define IEEE80211_NODE_AUTH 0x000001 /* authorized for data */ macro
2645 if ((pstate & IEEE80211_NODE_AUTH) != 0)
/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c100 #ifndef IEEE80211_NODE_AUTH
101 #define IEEE80211_NODE_AUTH 0x000001 /* authorized for data */ macro
2412 if (flags & IEEE80211_NODE_AUTH)

Completed in 174 milliseconds