Home
last modified time | relevance | path

Searched refs:IEEE80211_KEY_FLAG_NO_AUTO_TX (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dkey.c297 if (new->conf.flags & IEEE80211_KEY_FLAG_NO_AUTO_TX) { in ieee80211_pairwise_rekey()
476 !(new->conf.flags & IEEE80211_KEY_FLAG_NO_AUTO_TX)) in ieee80211_key_replace()
H A Dcfg.c396 if (key && key->conf.flags & IEEE80211_KEY_FLAG_NO_AUTO_TX) in ieee80211_set_tx()
451 key->conf.flags |= IEEE80211_KEY_FLAG_NO_AUTO_TX; in ieee80211_add_key()
/kernel/linux/linux-6.6/net/mac80211/
H A Dkey.c305 if (new->conf.flags & IEEE80211_KEY_FLAG_NO_AUTO_TX) { in ieee80211_pairwise_rekey()
531 !(new->conf.flags & IEEE80211_KEY_FLAG_NO_AUTO_TX)) in ieee80211_key_replace()
H A Dcfg.c458 if (key && key->conf.flags & IEEE80211_KEY_FLAG_NO_AUTO_TX) in ieee80211_set_tx()
511 key->conf.flags |= IEEE80211_KEY_FLAG_NO_AUTO_TX; in ieee80211_add_key()
/kernel/linux/linux-5.10/include/net/
H A Dmac80211.h1808 * @IEEE80211_KEY_FLAG_NO_AUTO_TX: Key needs explicit Tx activation.
1823 IEEE80211_KEY_FLAG_NO_AUTO_TX = BIT(9), enumerator
/kernel/linux/linux-6.6/include/net/
H A Dmac80211.h2031 * @IEEE80211_KEY_FLAG_NO_AUTO_TX: Key needs explicit Tx activation.
2046 IEEE80211_KEY_FLAG_NO_AUTO_TX = BIT(9), enumerator

Completed in 33 milliseconds