Searched refs:noencrypt (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/net/wireless/ |
D | rdev-ops.h | 758 const bool noencrypt, u64 *cookie) in rdev_tx_control_port() argument 762 dest, proto, noencrypt); in rdev_tx_control_port() 764 dest, proto, noencrypt, cookie); in rdev_tx_control_port()
|
D | nl80211.c | 14953 bool noencrypt; in nl80211_tx_control_port() local 15000 noencrypt = in nl80211_tx_control_port() 15004 dest, cpu_to_be16(proto), noencrypt, in nl80211_tx_control_port()
|
/linux-5.19.10/net/mac80211/ |
D | rx.c | 2589 bool noencrypt = !(status->flag & RX_FLAG_DECRYPTED); in ieee80211_deliver_skb_to_local_stack() local 2591 cfg80211_rx_control_port(dev, skb, noencrypt); in ieee80211_deliver_skb_to_local_stack()
|
/linux-5.19.10/include/net/ |
D | cfg80211.h | 4476 const bool noencrypt,
|