Home
last modified time | relevance | path

Searched refs:ieee802_1x_receive (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dieee802_1x.h21 void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf,
H A Dpreauth_auth.c92 ieee802_1x_receive(hapd, ethhdr->h_source, (u8 *) (ethhdr + 1), in rsn_preauth_receive()
H A Ddrv_callbacks.c1380 ieee802_1x_receive(hapd, src, data, data_len); in hostapd_event_eapol_rx()
H A Dieee802_1x.c1023 void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf, in ieee802_1x_receive() function
H A Dieee802_11.c4928 ieee802_1x_receive( in handle_assoc_cb()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dap.c1000 ieee802_1x_receive(wpa_s->ap_iface->bss[0], src_addr, buf, len); in wpa_supplicant_ap_rx_eapol()