Home
last modified time | relevance | path

Searched refs:action_frame (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/mac80211/
Dht.c488 struct ieee80211_mgmt *action_frame; in ieee80211_send_smps_action() local
496 action_frame = skb_put(skb, 27); in ieee80211_send_smps_action()
497 memcpy(action_frame->da, da, ETH_ALEN); in ieee80211_send_smps_action()
498 memcpy(action_frame->sa, sdata->dev->dev_addr, ETH_ALEN); in ieee80211_send_smps_action()
499 memcpy(action_frame->bssid, bssid, ETH_ALEN); in ieee80211_send_smps_action()
500 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_send_smps_action()
502 action_frame->u.action.category = WLAN_CATEGORY_HT; in ieee80211_send_smps_action()
503 action_frame->u.action.u.ht_smps.action = WLAN_HT_ACTION_SMPS; in ieee80211_send_smps_action()
510 action_frame->u.action.u.ht_smps.smps_control = in ieee80211_send_smps_action()
514 action_frame->u.action.u.ht_smps.smps_control = in ieee80211_send_smps_action()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dbase.c2441 struct ieee80211_mgmt *action_frame; in rtl_make_smps_action() local
2449 action_frame = skb_put_zero(skb, 27); in rtl_make_smps_action()
2450 memcpy(action_frame->da, da, ETH_ALEN); in rtl_make_smps_action()
2451 memcpy(action_frame->sa, rtlefuse->dev_addr, ETH_ALEN); in rtl_make_smps_action()
2452 memcpy(action_frame->bssid, bssid, ETH_ALEN); in rtl_make_smps_action()
2453 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in rtl_make_smps_action()
2455 action_frame->u.action.category = WLAN_CATEGORY_HT; in rtl_make_smps_action()
2456 action_frame->u.action.u.ht_smps.action = WLAN_HT_ACTION_SMPS; in rtl_make_smps_action()
2463 action_frame->u.action.u.ht_smps.smps_control = in rtl_make_smps_action()
2467 action_frame->u.action.u.ht_smps.smps_control = in rtl_make_smps_action()
[all …]
Dpci.c607 struct ieee80211_mgmt *action_frame = in _rtl_pci_tx_isr() local
609 if (action_frame->u.action.u.ht_smps.action == in _rtl_pci_tx_isr()
/Linux-v4.19/drivers/staging/rtlwifi/
Dbase.c2299 struct ieee80211_mgmt *action_frame; in rtl_make_smps_action() local
2307 action_frame = skb_put_zero(skb, 27); in rtl_make_smps_action()
2308 memcpy(action_frame->da, da, ETH_ALEN); in rtl_make_smps_action()
2309 memcpy(action_frame->sa, rtlefuse->dev_addr, ETH_ALEN); in rtl_make_smps_action()
2310 memcpy(action_frame->bssid, bssid, ETH_ALEN); in rtl_make_smps_action()
2311 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in rtl_make_smps_action()
2313 action_frame->u.action.category = WLAN_CATEGORY_HT; in rtl_make_smps_action()
2314 action_frame->u.action.u.ht_smps.action = WLAN_HT_ACTION_SMPS; in rtl_make_smps_action()
2321 action_frame->u.action.u.ht_smps.smps_control = in rtl_make_smps_action()
2325 action_frame->u.action.u.ht_smps.smps_control = in rtl_make_smps_action()
[all …]
Dpci.c612 struct ieee80211_mgmt *action_frame = in _rtl_pci_tx_isr() local
614 if (action_frame->u.action.u.ht_smps.action == in _rtl_pci_tx_isr()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.c1547 struct brcmf_fil_action_frame_le *action_frame; in brcmf_p2p_pub_af_tx() local
1552 action_frame = &af_params->action_frame; in brcmf_p2p_pub_af_tx()
1553 act_frm = (struct brcmf_p2p_pub_act_frame *)(action_frame->data); in brcmf_p2p_pub_af_tx()
1606 ie_len = le16_to_cpu(action_frame->len) - in brcmf_p2p_pub_af_tx()
1645 struct brcmf_fil_action_frame_le *action_frame; in brcmf_p2p_send_action_frame() local
1656 action_frame = &af_params->action_frame; in brcmf_p2p_send_action_frame()
1657 action_frame_len = le16_to_cpu(action_frame->len); in brcmf_p2p_send_action_frame()
1659 brcmf_p2p_print_actframe(true, action_frame->data, action_frame_len); in brcmf_p2p_send_action_frame()
1666 category = action_frame->data[DOT11_ACTION_CAT_OFF]; in brcmf_p2p_send_action_frame()
1667 action = action_frame->data[DOT11_ACTION_ACT_OFF]; in brcmf_p2p_send_action_frame()
[all …]
Dfwil_types.h239 struct brcmf_fil_action_frame_le action_frame; member
Dcfg80211.c4785 struct brcmf_fil_action_frame_le *action_frame; in brcmf_cfg80211_mgmt_tx() local
4839 action_frame = &af_params->action_frame; in brcmf_cfg80211_mgmt_tx()
4841 action_frame->packet_id = cpu_to_le32(*cookie); in brcmf_cfg80211_mgmt_tx()
4843 memcpy(&action_frame->da[0], &mgmt->da[0], ETH_ALEN); in brcmf_cfg80211_mgmt_tx()
4846 action_frame->len = cpu_to_le16(len - DOT11_MGMT_HDR_LEN); in brcmf_cfg80211_mgmt_tx()
4858 memcpy(action_frame->data, &buf[DOT11_MGMT_HDR_LEN], in brcmf_cfg80211_mgmt_tx()
4859 le16_to_cpu(action_frame->len)); in brcmf_cfg80211_mgmt_tx()
4862 *cookie, le16_to_cpu(action_frame->len), freq); in brcmf_cfg80211_mgmt_tx()