Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dcfg80211.c446 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) || in prism2_connect() local
463 ((sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) && !is_wep)) in prism2_connect()
466 ((sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) && is_wep)) in prism2_connect()
474 if (is_wep) { in prism2_connect()
/openbmc/linux/net/mac80211/
H A Dkey.c453 bool is_wep; in ieee80211_key_replace() local
461 is_wep = new->conf.cipher == WLAN_CIPHER_SUITE_WEP40 || in ieee80211_key_replace()
466 is_wep = old->conf.cipher == WLAN_CIPHER_SUITE_WEP40 || in ieee80211_key_replace()
493 if ((is_wep || pairwise) && idx >= NUM_DEFAULT_KEYS) in ieee80211_key_replace()
565 if (is_wep || pairwise) in ieee80211_key_replace()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c390 bool is_wep; in wl1271_prepare_tx_frame() local
394 is_wep = (cipher == WLAN_CIPHER_SUITE_WEP40) || in wl1271_prepare_tx_frame()
397 if (WARN_ON(is_wep && wlvif && wlvif->default_key != idx)) { in wl1271_prepare_tx_frame()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c6532 bool is_wep = key->cipher == WLAN_CIPHER_SUITE_WEP40 || in ath10k_set_key() local
6568 if (is_wep) { in ath10k_set_key()
6599 if (is_wep) { in ath10k_set_key()
6632 if (is_wep && !sta && vif->type == NL80211_IFTYPE_STATION) { in ath10k_set_key()