Home
last modified time | relevance | path

Searched refs:set_authmode (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_drv_ops.h250 if (hapd->driver == NULL || hapd->driver->set_authmode == NULL) in hostapd_drv_set_authmode()
252 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); in hostapd_drv_set_authmode()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver.h3506 int (*set_authmode)(void *priv, int authmode); member
H A Ddriver_atheros.c2284 .set_authmode = atheros_set_authmode,