Searched refs:WPA_ALG_WEP (Results 1 – 13 of 13) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | defs.h | 139 WPA_ALG_WEP, enumerator
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 1006 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()
|
D | driver_wext.c | 1765 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()
|
D | driver_hostap.c | 426 case WPA_ALG_WEP: in wpa_driver_hostap_set_key()
|
D | driver_bsd.c | 316 case WPA_ALG_WEP: in bsd_set_key()
|
D | driver_nl80211.c | 2378 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()
|
D | driver_atheros.c | 488 case WPA_ALG_WEP: in atheros_set_key()
|
/external/wpa_supplicant_8/src/ap/ |
D | vlan_init.c | 896 hostapd_drv_set_key(dyn_vlan, hapd, WPA_ALG_WEP, NULL, i, in vlan_setup_encryption_dyn()
|
D | ieee802_1x.c | 251 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()
|
D | hostapd.c | 248 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()
|
D | ieee802_11.c | 2335 hostapd_drv_set_key(ifname_wds, hapd, WPA_ALG_WEP, NULL, i, in hostapd_set_wds_encryption()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 240 return wpa_drv_set_key(wpa_s, WPA_ALG_WEP, in wpa_eapol_set_wep_key()
|
D | wpa_supplicant.c | 120 wpa_drv_set_key(wpa_s, WPA_ALG_WEP, NULL, in wpa_set_wep_keys()
|