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.c947 struct rx_mgmt *drv_mgmt) in hostapd_action_rx() argument
954 if (drv_mgmt->frame_len < 24 + 1) in hostapd_action_rx()
957 plen = drv_mgmt->frame_len - 24 - 1; in hostapd_action_rx()
959 mgmt = (struct ieee80211_mgmt *) drv_mgmt->frame; in hostapd_action_rx()
974 const u8 *payload = drv_mgmt->frame + 24 + 1; in hostapd_action_rx()
989 ieee802_11_rx_wnm_action_ap(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
994 fst_rx_action(hapd->iface->fst, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1009 end = drv_mgmt->frame + drv_mgmt->frame_len; in hostapd_action_rx()
1011 drv_mgmt->freq); in hostapd_action_rx()