Lines Matching refs:action_frame
8785 wl_action_frame_t *action_frame; in wl_cfg80211_af_searching_channel() local
8786 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame); in wl_cfg80211_af_searching_channel()
8787 if (wl_cfgp2p_is_p2p_gas_action(action_frame->data, action_frame->len)) in wl_cfg80211_af_searching_channel()
8855 wl_action_frame_t *action_frame, wl_af_params_t *af_params, in wl_cfg80211_config_p2p_pub_af_tx() argument
8861 (wifi_p2p_pub_act_frame_t *) (action_frame->data); in wl_cfg80211_config_p2p_pub_af_tx()
8935 action_frame->len)) { in wl_cfg80211_config_p2p_pub_af_tx()
8953 action_frame->len)) { in wl_cfg80211_config_p2p_pub_af_tx()
9030 wl_action_frame_t *action_frame, u16 action_frame_len, s32 bssidx) in wl_cfg80211_send_action_frame() argument
9066 category = action_frame->data[DOT11_ACTION_CAT_OFF]; in wl_cfg80211_send_action_frame()
9067 action = action_frame->data[DOT11_ACTION_ACT_OFF]; in wl_cfg80211_send_action_frame()
9084 if (wl_cfg80211_is_dpp_frame((void *)action_frame->data, action_frame->len)) { in wl_cfg80211_send_action_frame()
9085 wl_dpp_pa_frame_t *pa = (wl_dpp_pa_frame_t *)action_frame->data; in wl_cfg80211_send_action_frame()
9101 (void *)action_frame->data, action_frame->len)) { in wl_cfg80211_send_action_frame()
9115 action_frame, af_params, &config_af_params)) { in wl_cfg80211_send_action_frame()
9210 if (!wl_cfg80211_check_DFS_channel(cfg, af_params, action_frame->data, action_frame->len)) { in wl_cfg80211_send_action_frame()
9222 af_params->action_frame.da.octet, in wl_cfg80211_send_action_frame()
9228 if (wl_cfgp2p_is_p2p_gas_action(action_frame->data, action_frame->len)) { in wl_cfg80211_send_action_frame()
9247 wl_cfgp2p_print_actframe(true, action_frame->data, action_frame->len, in wl_cfg80211_send_action_frame()
9288 wl_cfgp2p_print_actframe(true, action_frame->data, action_frame->len, af_params->channel); in wl_cfg80211_send_action_frame()
9290 wl_cfgp2p_need_wait_actfrmae(cfg, action_frame->data, action_frame->len, true); in wl_cfg80211_send_action_frame()
9401 wl_action_frame_t *action_frame; in wl_cfg80211_mgmt_tx() local
9565 action_frame = &af_params->action_frame; in wl_cfg80211_mgmt_tx()
9568 action_frame->packetId = *cookie; in wl_cfg80211_mgmt_tx()
9569 WL_DBG(("action frame %d\n", action_frame->packetId)); in wl_cfg80211_mgmt_tx()
9571 memcpy(&action_frame->da, &mgmt->da[0], ETHER_ADDR_LEN); in wl_cfg80211_mgmt_tx()
9575 action_frame->len = len - DOT11_MGMT_HDR_LEN; in wl_cfg80211_mgmt_tx()
9576 WL_DBG(("action_frame->len: %d\n", action_frame->len)); in wl_cfg80211_mgmt_tx()
9596 memcpy(action_frame->data, &buf[DOT11_MGMT_HDR_LEN], action_frame->len); in wl_cfg80211_mgmt_tx()
9599 action_frame, action_frame->len, bssidx); in wl_cfg80211_mgmt_tx()
14583 &cfg->afx_hdl->pending_tx_act_frm->action_frame, in wl_notify_rx_mgmt_frame()