Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.h22 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
Ddrv_callbacks.c872 ieee802_11_mgmt_cb(hapd, buf, len, stype, ok); in hostapd_mgmt_tx_cb()
Dieee802_11.c2543 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, in ieee802_11_mgmt_cb() function
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c780 ieee802_11_mgmt_cb(wpa_s->ap_iface->bss[0], buf, len, stype, ok); in ap_mgmt_tx_cb()