Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h223 #define IEEE80211_NODE_AUTH 0x0001 /* authorized for data */ macro
H A Dnet80211_node.c161 in->in_flags |= IEEE80211_NODE_AUTH; in ieee80211_node_authorize()
173 in->in_flags &= ~IEEE80211_NODE_AUTH; in ieee80211_node_unauthorize()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h206 #define IEEE80211_NODE_AUTH 0x0001 /* authorized for data */ macro