Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/
Dkey.c161 if (k->kv_len < WLAN_KEY_LEN_WEP40) { in ath_hw_set_keycache_entry()
166 if (k->kv_len <= WLAN_KEY_LEN_WEP40) in ath_hw_set_keycache_entry()
/linux-3.3/drivers/net/wireless/iwmc3200wifi/
Dcommands.h400 u8 key[WLAN_KEY_LEN_WEP40];
/linux-3.3/net/wireless/
Dutil.c192 if (params->key_len != WLAN_KEY_LEN_WEP40) in cfg80211_validate_key_settings()
Dwext-compat.c212 WLAN_KEY_LEN_WEP40; in cfg80211_wext_giwrange()
Dnl80211.c4358 key.p.key_len != WLAN_KEY_LEN_WEP40) && in nl80211_authenticate()
/linux-3.3/include/linux/
Dieee80211.h1406 WLAN_KEY_LEN_WEP40 = 5, enumerator
/linux-3.3/drivers/net/wireless/mwifiex/
Dsta_cmd.c477 if ((priv->wep_key[i].key_length == WLAN_KEY_LEN_WEP40) || in mwifiex_set_keyparamset_wep()
/linux-3.3/drivers/net/wireless/libertas/
Dcfg.c920 case WLAN_KEY_LEN_WEP40: in lbs_set_wep_keys()