Searched refs:action_frame (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mac80211/ |
| A D | ht.c | 529 struct ieee80211_mgmt *action_frame; in ieee80211_send_smps_action() local 539 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 …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| A D | base.c | 2386 struct ieee80211_mgmt *action_frame; in rtl_make_smps_action() local 2394 action_frame = skb_put_zero(skb, 27); in rtl_make_smps_action() 2395 memcpy(action_frame->da, da, ETH_ALEN); in rtl_make_smps_action() 2397 memcpy(action_frame->bssid, bssid, ETH_ALEN); in rtl_make_smps_action() 2408 action_frame->u.action.u.ht_smps.smps_control = in rtl_make_smps_action() 2412 action_frame->u.action.u.ht_smps.smps_control = in rtl_make_smps_action() 2512 struct ieee80211_mgmt *action_frame; in rtl_make_del_ba() local 2521 action_frame = skb_put_zero(skb, 34); in rtl_make_del_ba() 2522 memcpy(action_frame->sa, sa, ETH_ALEN); in rtl_make_del_ba() 2524 memcpy(action_frame->bssid, bssid, ETH_ALEN); in rtl_make_del_ba() [all …]
|
| A D | pci.c | 538 struct ieee80211_mgmt *action_frame = in _rtl_pci_tx_isr() local 540 if (action_frame->u.action.u.ht_smps.action == in _rtl_pci_tx_isr()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | p2p.c | 1615 struct brcmf_fil_action_frame_le *action_frame; in brcmf_p2p_pub_af_tx() local 1620 action_frame = &af_params->action_frame; 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() local 1739 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() 1749 category = action_frame->data[DOT11_ACTION_CAT_OFF]; in brcmf_p2p_send_action_frame() 1750 action = action_frame->data[DOT11_ACTION_ACT_OFF]; in brcmf_p2p_send_action_frame() 1768 } else if (brcmf_p2p_is_gas_action(action_frame->data, in brcmf_p2p_send_action_frame() 1791 } else if (brcmf_p2p_is_p2p_action(action_frame->data, in brcmf_p2p_send_action_frame() [all …]
|
| A D | fwil_types.h | 241 struct brcmf_fil_action_frame_le action_frame; member
|
| A D | cfg80211.c | 5518 struct brcmf_fil_action_frame_le *action_frame; in brcmf_cfg80211_mgmt_tx() local 5572 action_frame = &af_params->action_frame; in brcmf_cfg80211_mgmt_tx() 5574 action_frame->packet_id = cpu_to_le32(*cookie); in brcmf_cfg80211_mgmt_tx() 5576 memcpy(&action_frame->da[0], &mgmt->da[0], ETH_ALEN); in brcmf_cfg80211_mgmt_tx() 5579 action_frame->len = cpu_to_le16(len - DOT11_MGMT_HDR_LEN); in brcmf_cfg80211_mgmt_tx() 5591 memcpy(action_frame->data, &buf[DOT11_MGMT_HDR_LEN], in brcmf_cfg80211_mgmt_tx() 5592 le16_to_cpu(action_frame->len)); in brcmf_cfg80211_mgmt_tx() 5595 *cookie, le16_to_cpu(action_frame->len), freq); in brcmf_cfg80211_mgmt_tx()
|
Completed in 44 milliseconds