Searched refs:action_frame (Results 1 – 3 of 3) sorted by relevance
529 struct ieee80211_mgmt *action_frame; in ieee80211_send_smps_action() local539 action_frame = skb_put(skb, 27); in ieee80211_send_smps_action()540 memcpy(action_frame->da, da, ETH_ALEN); in ieee80211_send_smps_action()541 memcpy(action_frame->sa, sdata->dev->dev_addr, ETH_ALEN); in ieee80211_send_smps_action()542 memcpy(action_frame->bssid, bssid, ETH_ALEN); in ieee80211_send_smps_action()543 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_send_smps_action()545 action_frame->u.action.category = WLAN_CATEGORY_HT; in ieee80211_send_smps_action()546 action_frame->u.action.u.ht_smps.action = WLAN_HT_ACTION_SMPS; in ieee80211_send_smps_action()554 action_frame->u.action.u.ht_smps.smps_control = in ieee80211_send_smps_action()558 action_frame->u.action.u.ht_smps.smps_control = in ieee80211_send_smps_action()[all …]
1556 p2p_af = (struct brcmf_p2p_action_frame *)af_params->action_frame.data; in brcmf_p2p_tx_action_frame()1615 struct brcmf_fil_action_frame_le *action_frame; in brcmf_p2p_pub_af_tx() local1620 action_frame = &af_params->action_frame; in brcmf_p2p_pub_af_tx()1621 act_frm = (struct brcmf_p2p_pub_act_frame *)(action_frame->data); in brcmf_p2p_pub_af_tx()1674 ie_len = le16_to_cpu(action_frame->len) - in brcmf_p2p_pub_af_tx()1724 struct brcmf_fil_action_frame_le *action_frame; in brcmf_p2p_send_action_frame() local1739 action_frame = &af_params->action_frame; in brcmf_p2p_send_action_frame()1740 action_frame_len = le16_to_cpu(action_frame->len); in brcmf_p2p_send_action_frame()1742 brcmf_p2p_print_actframe(true, action_frame->data, action_frame_len); in brcmf_p2p_send_action_frame()1749 category = action_frame->data[DOT11_ACTION_CAT_OFF]; in brcmf_p2p_send_action_frame()[all …]
241 struct brcmf_fil_action_frame_le action_frame; member