Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dwep.c167 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; in ieee80211_wep_encrypt()
230 u8 rc4key[3 + WLAN_KEY_LEN_WEP104]; in ieee80211_wep_decrypt()
Dieee80211_i.h376 u8 key[WLAN_KEY_LEN_WEP104];
/linux-4.1.27/drivers/staging/vt6655/
Dkey.c103 if (key->keylen == WLAN_KEY_LEN_WEP104) in vnt_set_keymode()
/linux-4.1.27/drivers/staging/vt6656/
Dkey.c112 if (key->keylen == WLAN_KEY_LEN_WEP104) in vnt_set_keymode()
/linux-4.1.27/drivers/net/wireless/libertas/
Ddev.h149 u8 wep_key[4][WLAN_KEY_LEN_WEP104];
Dcfg.c938 case WLAN_KEY_LEN_WEP104: in lbs_set_wep_keys()
/linux-4.1.27/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-4.1.27/drivers/net/wireless/mwifiex/
Dioctl.h79 u8 key[WLAN_KEY_LEN_WEP104];
Duap_cmd.c428 bss_cfg->wep_cfg[i].length == WLAN_KEY_LEN_WEP104)) { in mwifiex_uap_bss_wep()
Dsta_cmd.c503 (priv->wep_key[i].key_length == WLAN_KEY_LEN_WEP104)) { in mwifiex_set_keyparamset_wep()
669 if (enc_key->key_len <= WLAN_KEY_LEN_WEP104) { in mwifiex_cmd_802_11_key_material_v2()
Dsta_ioctl.c1018 else if (encrypt_key->key_len > WLAN_KEY_LEN_WEP104) in mwifiex_sec_ioctl_encrypt_key()
Dfw.h788 u8 key[WLAN_KEY_LEN_WEP104];
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_security.h87 u8 key[WLAN_KEY_LEN_WEP104 + 1]; /* 14 */
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c891 if (params->key_len != WLAN_KEY_LEN_WEP104) { in cfg80211_rtw_add_key()
1754 case WLAN_KEY_LEN_WEP104: in rtw_cfg80211_add_wep()
2094 wep_key_len > WLAN_KEY_LEN_WEP104) { in cfg80211_rtw_connect()
/linux-4.1.27/include/linux/
Dieee80211.h2004 WLAN_KEY_LEN_WEP104 = 13, enumerator
/linux-4.1.27/net/wireless/
Dutil.c283 if (params->key_len != WLAN_KEY_LEN_WEP104) in cfg80211_validate_key_settings()
Dwext-compat.c213 WLAN_KEY_LEN_WEP104; in cfg80211_wext_giwrange()
Dnl80211.c6842 key.p.key_len != WLAN_KEY_LEN_WEP104)) in nl80211_authenticate()