Searched refs:sta_auth (Results 1 – 2 of 2) sorted by relevance
293 if (hapd->driver == NULL || hapd->driver->sta_auth == NULL) in hostapd_sta_auth()295 return hapd->driver->sta_auth(hapd->drv_priv, hapd->own_addr, addr, in hostapd_sta_auth()
2440 int (*sta_auth)(void *priv, const u8 *own_addr, const u8 *addr, member