Home
last modified time | relevance | path

Searched refs:WLAN_KEY_LEN_WEP40 (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/vt6656/
Dkey.c88 if (key->keylen == WLAN_KEY_LEN_WEP40) in vnt_set_keymode()
Drxtx.c316 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey()
319 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey()
/kernel/linux/linux-5.10/drivers/staging/vt6655/
Dkey.c79 if (key->keylen == WLAN_KEY_LEN_WEP40) in vnt_set_keymode()
Drxtx.c1164 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey()
1167 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
Dkey.c164 if (k->kv_len < WLAN_KEY_LEN_WEP40) { in ath_hw_set_keycache_entry()
169 if (k->kv_len <= WLAN_KEY_LEN_WEP40) in ath_hw_set_keycache_entry()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c430 (bss_cfg->wep_cfg[i].length == WLAN_KEY_LEN_WEP40 || in mwifiex_uap_bss_wep()
Dsta_cmd.c538 if ((priv->wep_key[i].key_length == WLAN_KEY_LEN_WEP40) || in mwifiex_set_keyparamset_wep()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
Dcfg.c907 case WLAN_KEY_LEN_WEP40: in lbs_set_wep_keys()
/kernel/linux/linux-5.10/net/wireless/
Dwext-compat.c175 WLAN_KEY_LEN_WEP40; in cfg80211_wext_giwrange()
Dutil.c379 if (params->key_len != WLAN_KEY_LEN_WEP40) in cfg80211_validate_key_settings()
Dnl80211.c9521 key.p.key_len != WLAN_KEY_LEN_WEP40) && in nl80211_authenticate()
/kernel/linux/linux-5.10/include/linux/
Dieee80211.h3010 WLAN_KEY_LEN_WEP40 = 5, enumerator