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.h330 ieee80211_node_is_authorized(const struct ieee80211_node *ni) in ieee80211_node_is_authorized() function
H A Dieee80211_hostap.c401 if (ieee80211_node_is_authorized(sta)) { in hostap_deliver_data()
651 if (!ieee80211_node_is_authorized(ni)) { in hostap_input()
764 if (!ieee80211_node_is_authorized(ni)) { in hostap_input()
H A Dieee80211_wds.c635 if (!ieee80211_node_is_authorized(ni)) { in wds_input()
H A Dieee80211_adhoc.c574 if (!ieee80211_node_is_authorized(ni)) { in adhoc_input()
H A Dieee80211_sta.c851 if (!ieee80211_node_is_authorized(ni)) { in sta_input()
H A Dieee80211_ioctl.c437 if (ieee80211_node_is_authorized(ni)) in get_sta_info()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c2062 if (!ieee80211_node_is_authorized(ni)) { in lkpi_sta_assoc_to_run()