Home
last modified time | relevance | path

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

/linux/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.h377 u8 key[WLAN_KEY_LEN_WEP104];
/linux/drivers/staging/vt6656/
A Dkey.c88 if (key->keylen == WLAN_KEY_LEN_WEP104) in vnt_set_keymode()
/linux/drivers/staging/vt6655/
A Dkey.c79 if (key->keylen == WLAN_KEY_LEN_WEP104) in vnt_set_keymode()
/linux/drivers/net/wireless/marvell/libertas/
A Ddev.h150 u8 wep_key[4][WLAN_KEY_LEN_WEP104];
A Dcfg.c910 case WLAN_KEY_LEN_WEP104: in lbs_set_wep_keys()
/linux/drivers/net/wireless/microchip/wilc1000/
A Dnetdev.h135 u8 wep_key[4][WLAN_KEY_LEN_WEP104];
/linux/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/drivers/net/wireless/marvell/mwifiex/
A Dioctl.h79 u8 key[WLAN_KEY_LEN_WEP104];
A Duap_cmd.c432 bss_cfg->wep_cfg[i].length == WLAN_KEY_LEN_WEP104)) { in mwifiex_uap_bss_wep()
A Dsta_cmd.c543 (priv->wep_key[i].key_length == WLAN_KEY_LEN_WEP104)) { in mwifiex_set_keyparamset_wep()
716 if (enc_key->key_len <= WLAN_KEY_LEN_WEP104) { in mwifiex_cmd_802_11_key_material_v2()
A Dsta_ioctl.c1072 else if (encrypt_key->key_len > WLAN_KEY_LEN_WEP104) in mwifiex_sec_ioctl_encrypt_key()
A Dfw.h945 u8 key[WLAN_KEY_LEN_WEP104];
/linux/net/wireless/
A Dcore.h275 u8 data[CFG80211_MAX_WEP_KEYS][WLAN_KEY_LEN_WEP104];
A Dutil.c406 if (params->key_len != WLAN_KEY_LEN_WEP104) in cfg80211_validate_key_settings()
A Dwext-compat.c182 WLAN_KEY_LEN_WEP104; in cfg80211_wext_giwrange()
A Dnl80211.c9953 key.p.key_len != WLAN_KEY_LEN_WEP104)) in nl80211_authenticate()
/linux/include/linux/
A Dieee80211.h3142 WLAN_KEY_LEN_WEP104 = 13, enumerator

Completed in 93 milliseconds