Lines Matching refs:drv_mgmt
1644 struct rx_mgmt *drv_mgmt) in hostapd_action_rx() argument
1652 if (drv_mgmt->frame_len < IEEE80211_HDRLEN + 2 + 1) in hostapd_action_rx()
1655 plen = drv_mgmt->frame_len - IEEE80211_HDRLEN; in hostapd_action_rx()
1657 mgmt = (struct ieee80211_mgmt *) drv_mgmt->frame; in hostapd_action_rx()
1680 ieee802_11_sa_query_action(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1685 ieee802_11_rx_wnm_action_ap(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1691 fst_rx_action(hapd->iface->fst, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1707 end = drv_mgmt->frame + drv_mgmt->frame_len; in hostapd_action_rx()
1709 drv_mgmt->freq); in hostapd_action_rx()
1723 end = drv_mgmt->frame + drv_mgmt->frame_len; in hostapd_action_rx()
1725 hostapd_nan_usd_rx_sdf(hapd, mgmt->sa, drv_mgmt->freq, in hostapd_action_rx()