Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c758 struct rx_mgmt *drv_mgmt) in hostapd_action_rx() argument
765 if (drv_mgmt->frame_len < 24 + 1) in hostapd_action_rx()
768 plen = drv_mgmt->frame_len - 24 - 1; in hostapd_action_rx()
770 mgmt = (struct ieee80211_mgmt *) drv_mgmt->frame; in hostapd_action_rx()
785 const u8 *payload = drv_mgmt->frame + 24 + 1; in hostapd_action_rx()
800 ieee802_11_rx_wnm_action_ap(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
805 fst_rx_action(hapd->iface->fst, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()