Home
last modified time | relevance | path

Searched refs:set_eapol (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h340 void (*set_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var, member
H A Dwpa_auth_glue.c1614 .set_eapol = hostapd_wpa_auth_set_eapol, in hostapd_setup_wpa()
H A Dwpa_auth.c249 if (wpa_auth->cb->set_eapol) in wpa_auth_set_eapol()
250 wpa_auth->cb->set_eapol(wpa_auth->cb_ctx, addr, var, value); in wpa_auth_set_eapol()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c439 .set_eapol = auth_set_eapol, in ibss_rsn_auth_init_group()