Lines Matching refs:action_frame
546 struct ieee80211_mgmt *action_frame;
554 action_frame = skb_put(skb, 27);
555 memcpy(action_frame->da, da, ETH_ALEN);
556 memcpy(action_frame->sa, sdata->dev->dev_addr, ETH_ALEN);
557 memcpy(action_frame->bssid, bssid, ETH_ALEN);
558 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
560 action_frame->u.action.category = WLAN_CATEGORY_HT;
561 action_frame->u.action.u.ht_smps.action = WLAN_HT_ACTION_SMPS;
568 action_frame->u.action.u.ht_smps.smps_control =
572 action_frame->u.action.u.ht_smps.smps_control =
576 action_frame->u.action.u.ht_smps.smps_control =