Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddefs.h139 WPA_ALG_WEP, enumerator
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c1006 if (alg == WPA_ALG_WEP) { in wpa_driver_ndis_set_key()
1086 wpa_driver_ndis_set_key(drv->ifname, drv, WPA_ALG_WEP, in wpa_driver_ndis_associate()
1124 wpa_driver_ndis_set_key(drv->ifname, drv, WPA_ALG_WEP, in wpa_driver_ndis_associate()
Ddriver_wext.c1765 case WPA_ALG_WEP: in wpa_driver_wext_set_key_ext()
1858 (alg == WPA_ALG_NONE || alg == WPA_ALG_WEP)) { in wpa_driver_wext_set_key()
Ddriver_hostap.c426 case WPA_ALG_WEP: in wpa_driver_hostap_set_key()
Ddriver_bsd.c316 case WPA_ALG_WEP: in bsd_set_key()
Ddriver_nl80211.c2378 case WPA_ALG_WEP: in wpa_alg_to_cipher_suite()
2560 if (alg != WPA_ALG_WEP && key_idx && !set_tx) { in wpa_driver_nl80211_set_key()
2907 wpa_driver_nl80211_set_key(bss->ifname, bss, WPA_ALG_WEP, in wpa_driver_nl80211_authenticate()
2914 if (nl_add_key(msg, WPA_ALG_WEP, i, 1, NULL, 0, in wpa_driver_nl80211_authenticate()
Ddriver_atheros.c488 case WPA_ALG_WEP: in atheros_set_key()
/external/wpa_supplicant_8/src/ap/
Dvlan_init.c896 hostapd_drv_set_key(dyn_vlan, hapd, WPA_ALG_WEP, NULL, i, in vlan_setup_encryption_dyn()
Dieee802_1x.c251 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_tx_key()
1850 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_rekey()
Dhostapd.c248 hapd, WPA_ALG_WEP, broadcast_ether_addr, idx, in hostapd_broadcast_wep_set()
426 hostapd_drv_set_key(iface, hapd, WPA_ALG_WEP, NULL, i, in hostapd_setup_encryption()
Dieee802_11.c2335 hostapd_drv_set_key(ifname_wds, hapd, WPA_ALG_WEP, NULL, i, in hostapd_set_wds_encryption()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_glue.c240 return wpa_drv_set_key(wpa_s, WPA_ALG_WEP, in wpa_eapol_set_wep_key()
Dwpa_supplicant.c120 wpa_drv_set_key(wpa_s, WPA_ALG_WEP, NULL, in wpa_set_wep_keys()