Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6655/
Dkey.c101 if (key->keylen == WLAN_KEY_LEN_WEP40) in vnt_set_keymode()
Drxtx.c1229 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey()
1232 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey()
/linux-4.1.27/drivers/staging/vt6656/
Dkey.c110 if (key->keylen == WLAN_KEY_LEN_WEP40) in vnt_set_keymode()
Drxtx.c729 if (tx_key->keylen == WLAN_KEY_LEN_WEP40) { in vnt_fill_txkey()
732 tx_key->key, WLAN_KEY_LEN_WEP40); in vnt_fill_txkey()
/linux-4.1.27/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()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Duap_cmd.c427 (bss_cfg->wep_cfg[i].length == WLAN_KEY_LEN_WEP40 || in mwifiex_uap_bss_wep()
Dsta_cmd.c502 if ((priv->wep_key[i].key_length == WLAN_KEY_LEN_WEP40) || in mwifiex_set_keyparamset_wep()
/linux-4.1.27/include/linux/
Dieee80211.h2003 WLAN_KEY_LEN_WEP40 = 5, enumerator
/linux-4.1.27/net/wireless/
Dutil.c259 if (params->key_len != WLAN_KEY_LEN_WEP40) in cfg80211_validate_key_settings()
Dwext-compat.c208 WLAN_KEY_LEN_WEP40; in cfg80211_wext_giwrange()
Dnl80211.c6840 key.p.key_len != WLAN_KEY_LEN_WEP40) && in nl80211_authenticate()
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c886 if (params->key_len != WLAN_KEY_LEN_WEP40) { in cfg80211_rtw_add_key()
1749 case WLAN_KEY_LEN_WEP40: in rtw_cfg80211_add_wep()
/linux-4.1.27/drivers/net/wireless/libertas/
Dcfg.c935 case WLAN_KEY_LEN_WEP40: in lbs_set_wep_keys()