Home
last modified time | relevance | path

Searched refs:IEEE80211_IS_PROTECTED (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_wds.c554 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) { in wds_input()
710 if (IEEE80211_IS_PROTECTED(wh)) { in wds_input()
H A Dieee80211_adhoc.c493 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) { in adhoc_input()
653 if (IEEE80211_IS_PROTECTED(wh)) { in adhoc_input()
H A Dieee80211_sta.c765 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) { in sta_input()
937 if (IEEE80211_IS_PROTECTED(wh)) { in sta_input()
H A Dieee80211.h303 #define IEEE80211_IS_PROTECTED(wh) \ macro
H A Dieee80211_hostap.c685 if (is_hw_decrypted || IEEE80211_IS_PROTECTED(wh)) { in hostap_input()
851 if (IEEE80211_IS_PROTECTED(wh)) { in hostap_input()
H A Dieee80211_proto.c600 if (IEEE80211_IS_PROTECTED(wh)) { in ieee80211_dump_pkt()
H A Dieee80211_mesh.c1796 if (IEEE80211_IS_PROTECTED(wh)) { in mesh_input()
H A Dieee80211_output.c623 (IEEE80211_IS_PROTECTED(wh))) { in ieee80211_validate_frame()