Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_drv_ops.c417 if (hapd->driver == NULL || hapd->driver->sta_auth == NULL) in hostapd_sta_auth()
449 return hapd->driver->sta_auth(hapd->drv_priv, &params); in hostapd_sta_auth()
/hostap-latest/src/drivers/
Ddriver.h4454 int (*sta_auth)(void *priv, member
Ddriver_atheros.c2275 .sta_auth = atheros_sta_auth,