Searched refs:for_each_auth (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h267 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c1278 .for_each_auth = hostapd_wpa_auth_for_each_auth,
H A Dwpa_auth.c193 if (wpa_auth->cb->for_each_auth == NULL)
195 return wpa_auth->cb->for_each_auth(wpa_auth->cb_ctx, cb, cb_ctx);

Completed in 71 milliseconds