Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_drv_ops.h273 if (hapd->driver == NULL || hapd->driver->set_authmode == NULL) in hostapd_drv_set_authmode()
275 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); in hostapd_drv_set_authmode()
/hostap-latest/src/drivers/
Ddriver.h4371 int (*set_authmode)(void *priv, int authmode); member
Ddriver_atheros.c2272 .set_authmode = atheros_set_authmode,