Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1039 if (!ieee80211_is_public_action((struct ieee80211_hdr *)buff, size)) in wilc_wfi_p2p_rx()
1183 if (!ieee80211_is_public_action((struct ieee80211_hdr *)buf, len)) in mgmt_tx()
/OK3568_Linux_fs/kernel/include/linux/
H A Dieee80211.h3607 static inline bool ieee80211_is_public_action(struct ieee80211_hdr *hdr, in ieee80211_is_public_action() function
/OK3568_Linux_fs/kernel/net/mac80211/
H A Drx.c4130 if (ieee80211_is_public_action(hdr, skb->len)) in ieee80211_accept_frame()
4172 return ieee80211_is_public_action(hdr, skb->len) || in ieee80211_accept_frame()