Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c424 if (hapd->driver == NULL || hapd->driver->sta_auth == NULL) in hostapd_sta_auth()
456 return hapd->driver->sta_auth(hapd->drv_priv, &params); in hostapd_sta_auth()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h4965 int (*sta_auth)(void *priv, member