Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dieee80211.h3067 static inline bool ieee80211_is_group_privacy_action(struct sk_buff *skb) in ieee80211_is_group_privacy_action() function
/Linux-v4.19/net/mac80211/
Dtx.c601 else if (ieee80211_is_group_privacy_action(tx->skb) && in ieee80211_tx_h_select_key()
637 !ieee80211_is_group_privacy_action(tx->skb)) in ieee80211_tx_h_select_key()
Drx.c1864 if (ieee80211_is_group_privacy_action(skb) && in ieee80211_rx_h_decrypt()