Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_node.h393 ieee80211_node_is_authorized(const struct ieee80211_node *ni) in ieee80211_node_is_authorized() function
H A Dieee80211_hostap.c398 if (ieee80211_node_is_authorized(sta)) { in hostap_deliver_data()
647 if (!ieee80211_node_is_authorized(ni)) { in hostap_input()
760 if (!ieee80211_node_is_authorized(ni)) { in hostap_input()
H A Dieee80211_wds.c634 if (!ieee80211_node_is_authorized(ni)) { in wds_input()
H A Dieee80211_adhoc.c572 if (!ieee80211_node_is_authorized(ni)) { in adhoc_input()
H A Dieee80211_sta.c847 if (!ieee80211_node_is_authorized(ni)) { in sta_input()
H A Dieee80211_ioctl.c433 if (ieee80211_node_is_authorized(ni)) in get_sta_info()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c2800 if (!ieee80211_node_is_authorized(ni)) { in lkpi_sta_assoc_to_run()