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.c710 struct rx_mgmt *drv_mgmt) in hostapd_action_rx() argument
717 if (drv_mgmt->frame_len < 24 + 1) in hostapd_action_rx()
720 plen = drv_mgmt->frame_len - 24 - 1; in hostapd_action_rx()
722 mgmt = (struct ieee80211_mgmt *) drv_mgmt->frame; in hostapd_action_rx()
737 const u8 *payload = drv_mgmt->frame + 24 + 1; in hostapd_action_rx()
751 ieee802_11_rx_wnm_action_ap(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()