Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddefs.h192 WPA_ALG_WEP, enumerator
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_wext.c1758 case WPA_ALG_WEP: in wpa_driver_wext_set_key_ext()
1851 (alg == WPA_ALG_NONE || alg == WPA_ALG_WEP)) { in wpa_driver_wext_set_key()
H A Ddriver_hostap.c426 case WPA_ALG_WEP: in wpa_driver_hostap_set_key()
H A Ddriver_bsd.c358 case WPA_ALG_WEP: in bsd_set_key()
H A Ddriver_atheros.c517 case WPA_ALG_WEP: in atheros_set_key()
H A Ddriver_nl80211.c2853 case WPA_ALG_WEP: in wpa_alg_to_cipher_suite()
3081 if (alg != WPA_ALG_WEP && key_idx && !set_tx) { in wpa_driver_nl80211_set_key()
3463 wpa_driver_nl80211_set_key(bss->ifname, bss, WPA_ALG_WEP, in wpa_driver_nl80211_authenticate()
3470 if (nl_add_key(msg, WPA_ALG_WEP, i, 1, NULL, 0, in wpa_driver_nl80211_authenticate()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpas_glue.c243 return wpa_drv_set_key(wpa_s, WPA_ALG_WEP, in wpa_eapol_set_wep_key()
H A Dwpa_supplicant.c140 wpa_drv_set_key(wpa_s, WPA_ALG_WEP, NULL, in wpa_set_wep_keys()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dieee802_1x.c286 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_tx_key()
2169 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_rekey()
H A Dhostapd.c333 hapd, WPA_ALG_WEP, broadcast_ether_addr, idx, in hostapd_broadcast_wep_set()
560 hostapd_drv_set_key(iface, hapd, WPA_ALG_WEP, NULL, i, in hostapd_setup_encryption()
H A Dieee802_11.c4772 hostapd_drv_set_key(ifname_wds, hapd, WPA_ALG_WEP, NULL, i, in hostapd_set_wds_encryption()