Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A 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()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h4425 int (*sta_auth)(void *priv, member
H A Ddriver_atheros.c2275 .sta_auth = atheros_sta_auth,