Home
last modified time | relevance | path

Searched refs:send_eapol (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h351 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member
H A Dwpa_auth_glue.c1620 .send_eapol = hostapd_wpa_auth_send_eapol, in hostapd_setup_wpa()
H A Dwpa_auth.c352 if (!wpa_auth->cb->send_eapol) in wpa_auth_send_eapol()
354 return wpa_auth->cb->send_eapol(wpa_auth->cb_ctx, addr, data, data_len, in wpa_auth_send_eapol()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c440 .send_eapol = auth_send_eapol, in ibss_rsn_auth_init_group()
H A DChangeLog2077 API (new send_eapol handler); this can be used to implement driver