Lines Matching refs:mgmt

1646 	struct ieee80211_mgmt *mgmt;  in hostapd_action_rx()  local
1657 mgmt = (struct ieee80211_mgmt *) drv_mgmt->frame; in hostapd_action_rx()
1658 fc = le_to_host16(mgmt->frame_control); in hostapd_action_rx()
1662 action = (u8 *) &mgmt->u.action.u; in hostapd_action_rx()
1665 mgmt->u.action.category, *action, in hostapd_action_rx()
1666 MAC2STR(mgmt->sa), MAC2STR(mgmt->da), (int) plen); in hostapd_action_rx()
1668 sta = ap_get_sta(hapd, mgmt->sa); in hostapd_action_rx()
1674 if (mgmt->u.action.category == WLAN_ACTION_FT) { in hostapd_action_rx()
1675 wpa_ft_action_rx(sta->wpa_sm, (u8 *) &mgmt->u.action, plen); in hostapd_action_rx()
1679 if (mgmt->u.action.category == WLAN_ACTION_SA_QUERY) { in hostapd_action_rx()
1680 ieee802_11_sa_query_action(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1684 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in hostapd_action_rx()
1685 ieee802_11_rx_wnm_action_ap(hapd, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1690 if (mgmt->u.action.category == WLAN_ACTION_FST && hapd->iface->fst) { in hostapd_action_rx()
1691 fst_rx_action(hapd->iface->fst, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
1697 mgmt->u.action.category == WLAN_ACTION_PUBLIC && in hostapd_action_rx()
1698 mgmt->u.action.u.vs_public_action.action == in hostapd_action_rx()
1700 WPA_GET_BE24(mgmt->u.action.u.vs_public_action.oui) == in hostapd_action_rx()
1702 mgmt->u.action.u.vs_public_action.variable[0] == in hostapd_action_rx()
1706 pos = mgmt->u.action.u.vs_public_action.oui; in hostapd_action_rx()
1708 hostapd_dpp_rx_action(hapd, mgmt->sa, pos, end - pos, in hostapd_action_rx()
1714 if (mgmt->u.action.category == WLAN_ACTION_PUBLIC && plen >= 5 && in hostapd_action_rx()
1715 mgmt->u.action.u.vs_public_action.action == in hostapd_action_rx()
1717 WPA_GET_BE24(mgmt->u.action.u.vs_public_action.oui) == in hostapd_action_rx()
1719 mgmt->u.action.u.vs_public_action.variable[0] == NAN_OUI_TYPE) { in hostapd_action_rx()
1722 pos = mgmt->u.action.u.vs_public_action.variable; in hostapd_action_rx()
1725 hostapd_nan_usd_rx_sdf(hapd, mgmt->sa, drv_mgmt->freq, in hostapd_action_rx()