Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Dwep.c138 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; in ieee80211_wep_encrypt()
197 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; in ieee80211_wep_decrypt()
Dieee80211_i.h407 u8 key[WLAN_KEY_LEN_WEP104];
/linux-6.12.1/drivers/staging/vt6656/
Dkey.c88 if (key->keylen == WLAN_KEY_LEN_WEP104) in vnt_set_keymode()
/linux-6.12.1/drivers/staging/vt6655/
Dkey.c78 if (key->keylen == WLAN_KEY_LEN_WEP104) in vnt_set_keymode()
/linux-6.12.1/drivers/net/wireless/marvell/libertas/
Ddev.h150 u8 wep_key[4][WLAN_KEY_LEN_WEP104];
Dcfg.c959 case WLAN_KEY_LEN_WEP104: in lbs_set_wep_keys()
/linux-6.12.1/drivers/net/wireless/ath/
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.12.1/drivers/net/wireless/marvell/mwifiex/
Dioctl.h67 u8 key[WLAN_KEY_LEN_WEP104];
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()
Dsta_ioctl.c1059 else if (encrypt_key->key_len > WLAN_KEY_LEN_WEP104) in mwifiex_sec_ioctl_encrypt_key()
Duap_cmd.c415 bss_cfg->wep_cfg[i].length == WLAN_KEY_LEN_WEP104)) { in mwifiex_uap_bss_wep()
Dfw.h974 u8 key[WLAN_KEY_LEN_WEP104];
/linux-6.12.1/net/wireless/
Dcore.h290 u8 data[4][WLAN_KEY_LEN_WEP104];
Dwext-compat.c185 WLAN_KEY_LEN_WEP104; in cfg80211_wext_giwrange()
Dutil.c400 if (params->key_len != WLAN_KEY_LEN_WEP104) in cfg80211_validate_key_settings()
Dnl80211.c10832 key.p.key_len != WLAN_KEY_LEN_WEP104)) in nl80211_authenticate()
/linux-6.12.1/include/linux/
Dieee80211.h3889 WLAN_KEY_LEN_WEP104 = 13, enumerator