Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wlan-ng/
Dcfg80211.c449 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) || in prism2_connect() local
466 ((sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) && !is_wep)) in prism2_connect()
469 ((sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) && is_wep)) in prism2_connect()
477 if (is_wep) { in prism2_connect()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dtx.c404 bool is_wep; in wl1271_prepare_tx_frame() local
408 is_wep = (cipher == WLAN_CIPHER_SUITE_WEP40) || in wl1271_prepare_tx_frame()
411 if (WARN_ON(is_wep && wlvif && wlvif->default_key != idx)) { in wl1271_prepare_tx_frame()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c5898 bool is_wep = key->cipher == WLAN_CIPHER_SUITE_WEP40 || in ath10k_set_key() local
5929 if (is_wep) { in ath10k_set_key()
5960 if (is_wep) { in ath10k_set_key()
5993 if (is_wep && !sta && vif->type == NL80211_IFTYPE_STATION) { in ath10k_set_key()