Home
last modified time | relevance | path

Searched refs:WLAN_KEY_LEN_WEP104 (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/net/mac80211/
A Dwep.c137 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; in ieee80211_wep_encrypt()
196 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; in ieee80211_wep_decrypt()
A Dieee80211_i.h387 u8 key[WLAN_KEY_LEN_WEP104];
/linux-6.3-rc2/drivers/staging/vt6656/
A Dkey.c88 if (key->keylen == WLAN_KEY_LEN_WEP104) in vnt_set_keymode()
/linux-6.3-rc2/drivers/staging/vt6655/
A Dkey.c78 if (key->keylen == WLAN_KEY_LEN_WEP104) in vnt_set_keymode()
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas/
A Ddev.h150 u8 wep_key[4][WLAN_KEY_LEN_WEP104];
A Dcfg.c959 case WLAN_KEY_LEN_WEP104: in lbs_set_wep_keys()
/linux-6.3-rc2/drivers/net/wireless/ath/
A Dkey.c171 else if (k->kv_len <= WLAN_KEY_LEN_WEP104) in ath_hw_set_keycache_entry()
189 if (k->kv_len <= WLAN_KEY_LEN_WEP104) in ath_hw_set_keycache_entry()
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A Dioctl.h67 u8 key[WLAN_KEY_LEN_WEP104];
A Duap_cmd.c420 bss_cfg->wep_cfg[i].length == WLAN_KEY_LEN_WEP104)) { in mwifiex_uap_bss_wep()
A Dsta_ioctl.c1060 else if (encrypt_key->key_len > WLAN_KEY_LEN_WEP104) in mwifiex_sec_ioctl_encrypt_key()
A Dsta_cmd.c531 (priv->wep_key[i].key_length == WLAN_KEY_LEN_WEP104)) { in mwifiex_set_keyparamset_wep()
704 if (enc_key->key_len <= WLAN_KEY_LEN_WEP104) { in mwifiex_cmd_802_11_key_material_v2()
A Dfw.h933 u8 key[WLAN_KEY_LEN_WEP104];
/linux-6.3-rc2/net/wireless/
A Dcore.h282 u8 data[4][WLAN_KEY_LEN_WEP104];
A Dwext-compat.c185 WLAN_KEY_LEN_WEP104; in cfg80211_wext_giwrange()
A Dutil.c406 if (params->key_len != WLAN_KEY_LEN_WEP104) in cfg80211_validate_key_settings()
A Dnl80211.c10550 key.p.key_len != WLAN_KEY_LEN_WEP104)) in nl80211_authenticate()
/linux-6.3-rc2/include/linux/
A Dieee80211.h3568 WLAN_KEY_LEN_WEP104 = 13, enumerator

Completed in 102 milliseconds