Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_node.h317 ieee80211_node_is_authorized(const struct ieee80211_node *ni) in ieee80211_node_is_authorized() function
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hostap.c402 if (ieee80211_node_is_authorized(sta)) { in hostap_deliver_data()
655 if (!ieee80211_node_is_authorized(ni)) { in hostap_input()
767 if (!ieee80211_node_is_authorized(ni)) { in hostap_input()
H A Dieee80211_wds.c628 if (!ieee80211_node_is_authorized(ni)) { in wds_input()
H A Dieee80211_adhoc.c544 if (!ieee80211_node_is_authorized(ni)) { in adhoc_input()
H A Dieee80211_sta.c820 if (!ieee80211_node_is_authorized(ni)) { in sta_input()
H A Dieee80211_ioctl.c449 if (ieee80211_node_is_authorized(ni)) in get_sta_info()