Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h215 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member
Dwpa_auth_glue.c618 cb.send_eapol = hostapd_wpa_auth_send_eapol; in hostapd_setup_wpa()
Dwpa_auth.c149 if (wpa_auth->cb.send_eapol == NULL) in wpa_auth_send_eapol()
151 return wpa_auth->cb.send_eapol(wpa_auth->cb.ctx, addr, data, data_len, in wpa_auth_send_eapol()
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.c427 cb.send_eapol = auth_send_eapol; in ibss_rsn_auth_init_group()
DChangeLog1661 API (new send_eapol handler); this can be used to implement driver