Home
last modified time | relevance | path

Searched refs:is_wep (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c387 bool is_wep; in wl1271_prepare_tx_frame() local
391 is_wep = (cipher == WLAN_CIPHER_SUITE_WEP40) || in wl1271_prepare_tx_frame()
394 if (WARN_ON(is_wep && wlvif && wlvif->default_key != idx)) { in wl1271_prepare_tx_frame()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c6540 bool is_wep = key->cipher == WLAN_CIPHER_SUITE_WEP40 || in ath10k_set_key() local
6576 if (is_wep) { in ath10k_set_key()
6607 if (is_wep) { in ath10k_set_key()
6640 if (is_wep && !sta && vif->type == NL80211_IFTYPE_STATION) { in ath10k_set_key()