Lines Matching refs:action_frame
500 struct ieee80211_mgmt *action_frame;
508 action_frame = skb_put(skb, 27);
509 memcpy(action_frame->da, da, ETH_ALEN);
510 memcpy(action_frame->sa, sdata->dev->dev_addr, ETH_ALEN);
511 memcpy(action_frame->bssid, bssid, ETH_ALEN);
512 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
514 action_frame->u.action.category = WLAN_CATEGORY_HT;
515 action_frame->u.action.u.ht_smps.action = WLAN_HT_ACTION_SMPS;
522 action_frame->u.action.u.ht_smps.smps_control =
526 action_frame->u.action.u.ht_smps.smps_control =
530 action_frame->u.action.u.ht_smps.smps_control =