Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddrv_callbacks.c1145 struct rx_mgmt *drv_mgmt) in hostapd_action_rx() argument
1153 if (drv_mgmt->frame_len < IEEE80211_HDRLEN + 2 + 1) in hostapd_action_rx()
1156 plen = drv_mgmt->frame_len - IEEE80211_HDRLEN; in hostapd_action_rx()
1158 mgmt = (struct ieee80211_mgmt *) drv_mgmt->frame; in hostapd_action_rx()
1182 ieee802_11_sa_query_action(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1188 ieee802_11_rx_wnm_action_ap(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1194 fst_rx_action(hapd->iface->fst, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1209 end = drv_mgmt->frame + drv_mgmt->frame_len; in hostapd_action_rx()
1211 drv_mgmt->freq); in hostapd_action_rx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddrv_callbacks.c1302 struct rx_mgmt *drv_mgmt) in hostapd_action_rx() argument
1310 if (drv_mgmt->frame_len < IEEE80211_HDRLEN + 2 + 1) in hostapd_action_rx()
1313 plen = drv_mgmt->frame_len - IEEE80211_HDRLEN; in hostapd_action_rx()
1315 mgmt = (struct ieee80211_mgmt *) drv_mgmt->frame; in hostapd_action_rx()
1338 ieee802_11_sa_query_action(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1343 ieee802_11_rx_wnm_action_ap(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1349 fst_rx_action(hapd->iface->fst, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1364 end = drv_mgmt->frame + drv_mgmt->frame_len; in hostapd_action_rx()
1366 drv_mgmt->freq); in hostapd_action_rx()