Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c1642 struct rx_mgmt *drv_mgmt) in hostapd_action_rx() argument
1650 if (drv_mgmt->frame_len < IEEE80211_HDRLEN + 2 + 1) in hostapd_action_rx()
1653 plen = drv_mgmt->frame_len - IEEE80211_HDRLEN; in hostapd_action_rx()
1655 mgmt = (struct ieee80211_mgmt *) drv_mgmt->frame; in hostapd_action_rx()
1678 ieee802_11_sa_query_action(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1683 ieee802_11_rx_wnm_action_ap(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1689 fst_rx_action(hapd->iface->fst, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1705 end = drv_mgmt->frame + drv_mgmt->frame_len; in hostapd_action_rx()
1707 drv_mgmt->freq); in hostapd_action_rx()
1721 end = drv_mgmt->frame + drv_mgmt->frame_len; in hostapd_action_rx()
[all …]