Lines Matching refs:action
1650 u8 *action __maybe_unused; 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()
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()
1684 if (mgmt->u.action.category == WLAN_ACTION_WNM) { in hostapd_action_rx()
1690 if (mgmt->u.action.category == WLAN_ACTION_FST && hapd->iface->fst) { 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()
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()