Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.h19 int ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
Ddrv_callbacks.c756 if (ieee802_11_mgmt(iface->bss[i], rx_mgmt->frame, in hostapd_mgmt_rx()
761 ret = ieee802_11_mgmt(hapd, rx_mgmt->frame, rx_mgmt->frame_len, in hostapd_mgmt_rx()
Dieee802_11_auth.c577 ieee802_11_mgmt(hapd, query->auth_msg, query->auth_msg_len, NULL); in hostapd_acl_recv_radius()
Dieee802_11.c1731 int ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len, in ieee802_11_mgmt() function
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c725 ieee802_11_mgmt(wpa_s->ap_iface->bss[0], rx_mgmt->frame, in ap_mgmt_rx()