Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h192 WPA_ALG_WEP, enumerator
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_ndis.c994 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()
H A Ddriver_wext.c1767 case WPA_ALG_WEP: in wpa_driver_wext_set_key_ext()
1846 (alg == WPA_ALG_NONE || alg == WPA_ALG_WEP)) { in wpa_driver_wext_set_key()
H A Ddriver_hostap.c430 case WPA_ALG_WEP: in wpa_driver_hostap_set_key()
H A Ddriver_bsd.c372 case WPA_ALG_WEP: in bsd_set_key()
H A Ddriver_atheros.c515 case WPA_ALG_WEP: in atheros_set_key()
H A Ddriver_nl80211.c3067 case WPA_ALG_WEP: in wpa_alg_to_cipher_suite()
3382 } else if (alg == WPA_ALG_WEP && in wpa_driver_nl80211_set_key()
3801 p.alg = WPA_ALG_WEP; in wpa_driver_nl80211_authenticate()
3815 if (nl_add_key(msg, WPA_ALG_WEP, i, 1, NULL, 0, in wpa_driver_nl80211_authenticate()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c253 return wpa_drv_set_key(wpa_s, WPA_ALG_WEP, in wpa_eapol_set_wep_key()
H A Dwpa_supplicant.c145 wpa_drv_set_key(wpa_s, WPA_ALG_WEP, NULL, in wpa_set_wep_keys()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_1x.c287 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_tx_key()
2184 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_rekey()
H A Dhostapd.c344 hapd, WPA_ALG_WEP, broadcast_ether_addr, idx, 0, in hostapd_broadcast_wep_set()
581 hostapd_drv_set_key(iface, hapd, WPA_ALG_WEP, NULL, i, 0, in hostapd_setup_encryption()
H A Dieee802_11.c6399 hostapd_drv_set_key(ifname_wds, hapd, WPA_ALG_WEP, NULL, i, in hostapd_set_wds_encryption()