Searched refs:authenticate (Results 1 – 15 of 15) sorted by relevance
/hostap-3.6.0/hostapd/ |
D | hostapd.deny | 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
|
D | hostapd.accept | 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
|
D | README-WPS | 301 authenticate the connection instead of the PIN. In addition, an NFC tag
|
D | README | 154 point. The Authenticator will then ask the Supplicant to authenticate
|
D | ChangeLog | 818 authenticate or (re)associate request frames dropping association)
|
/hostap-3.6.0/src/drivers/ |
D | driver_zephyr.h | 185 int (*authenticate)(void *if_priv, member
|
D | driver_zephyr.c | 995 ret = dev_ops->authenticate(if_ctx->dev_priv, params, curr_bss); in wpa_drv_zep_authenticate() 1341 .authenticate = wpa_drv_zep_authenticate,
|
D | driver_privsep.c | 834 .authenticate = wpa_driver_privsep_authenticate,
|
D | driver.h | 2996 int (*authenticate)(void *priv, member
|
D | driver_nl80211.c | 12175 .authenticate = driver_nl80211_authenticate,
|
/hostap-3.6.0/tests/ |
D | cipher-and-key-mgmt-testing.txt | 207 <3>SME: Trying to authenticate with <DUT MAC address> (SSID='test-psk' freq=5240 MHz) 331 <3>SME: Trying to authenticate with <DUT MAC address> (SSID='test-psk' freq=5240 MHz)
|
/hostap-3.6.0/wpa_supplicant/ |
D | driver_i.h | 54 if (wpa_s->driver->authenticate) in wpa_drv_authenticate() 55 return wpa_s->driver->authenticate(wpa_s->drv_priv, params); in wpa_drv_authenticate()
|
D | wpa_priv.c | 248 if (iface->drv_priv == NULL || iface->driver->authenticate == NULL) in wpa_priv_cmd_authenticate() 288 res = iface->driver->authenticate(iface->drv_priv, ¶ms); in wpa_priv_cmd_authenticate()
|
D | README-HS20 | 447 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz) 488 <3>SME: Trying to authenticate with 02:00:00:00:01:00 (SSID='Example Network' freq=2412 MHz)
|
D | README-WPS | 322 authenticate the connection instead of the PIN. In addition, an NFC tag
|