Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h219 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a, member
Dwpa_auth_glue.c620 cb.for_each_auth = hostapd_wpa_auth_for_each_auth; in hostapd_setup_wpa()
Dwpa_auth.c181 if (wpa_auth->cb.for_each_auth == NULL) in wpa_auth_for_each_auth()
183 return wpa_auth->cb.for_each_auth(wpa_auth->cb.ctx, cb, cb_ctx); in wpa_auth_for_each_auth()