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.h311 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a, member
Dwpa_auth_glue.c1464 .for_each_auth = hostapd_wpa_auth_for_each_auth, in hostapd_setup_wpa()
Dwpa_auth.c225 if (!wpa_auth->cb->for_each_auth) in wpa_auth_for_each_auth()
227 return wpa_auth->cb->for_each_auth(wpa_auth->cb_ctx, cb, cb_ctx); in wpa_auth_for_each_auth()