Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dieee80211.h4560 static inline bool ieee80211_is_public_action(struct ieee80211_hdr *hdr, in ieee80211_is_public_action() function
4585 if (!ieee80211_is_public_action((void *)skb->data, skb->len) || in ieee80211_is_protected_dual_of_public_action()
4796 if (!ieee80211_is_public_action((void *)mgmt, skb->len)) in ieee80211_is_ftm()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1065 if (!ieee80211_is_public_action((struct ieee80211_hdr *)buff, size)) in wilc_wfi_p2p_rx()
1207 if (!ieee80211_is_public_action((struct ieee80211_hdr *)buf, len)) { in mgmt_tx()
/linux/net/mac80211/
H A Drx.c4517 if (ieee80211_is_public_action(hdr, skb->len)) in ieee80211_accept_frame()
4555 return ieee80211_is_public_action(hdr, skb->len) || in ieee80211_accept_frame()