Lines Matching refs:action_frame
9496 wl_action_frame_t *action_frame; local
9497 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame);
9498 if (wl_cfgp2p_is_p2p_gas_action(action_frame->data, action_frame->len))
9617 wl_action_frame_t *action_frame, wl_af_params_t *af_params, argument
9623 (wifi_p2p_pub_act_frame_t *) (action_frame->data);
9640 wl_cfg80211_he_p2p_disable(wiphy, action_frame->da);
9697 action_frame->len)) {
9715 action_frame->len)) {
9791 wl_action_frame_t *action_frame, u16 action_frame_len, s32 bssidx) argument
9825 category = action_frame->data[DOT11_ACTION_CAT_OFF];
9826 action = action_frame->data[DOT11_ACTION_ACT_OFF];
9847 action_frame, af_params, &config_af_params)) {
9939 if (!wl_cfg80211_check_DFS_channel(cfg, af_params, action_frame->data, action_frame->len)) {
9951 af_params->action_frame.da.octet,
9957 if (wl_cfgp2p_is_p2p_gas_action(action_frame->data, action_frame->len)) {
9976 wl_cfgp2p_print_actframe(true, action_frame->data, action_frame->len,
10017 wl_cfgp2p_print_actframe(true, action_frame->data, action_frame->len, af_params->channel);
10019 wl_cfgp2p_need_wait_actfrmae(cfg, action_frame->data, action_frame->len, true);
10129 wl_action_frame_t *action_frame; local
10374 action_frame = &af_params->action_frame;
10377 action_frame->packetId = *cookie;
10378 WL_DBG(("action frame %d\n", action_frame->packetId));
10380 memcpy(&action_frame->da, &mgmt->da[0], ETHER_ADDR_LEN);
10384 action_frame->len = len - DOT11_MGMT_HDR_LEN;
10385 WL_DBG(("action_frame->len: %d\n", action_frame->len));
10400 memcpy(action_frame->data, &buf[DOT11_MGMT_HDR_LEN], action_frame->len);
10403 action_frame, action_frame->len, bssidx);
17478 &cfg->afx_hdl->pending_tx_act_frm->action_frame,