Searched refs:action_frame (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dht.c228 struct ieee80211_mgmt *action_frame; local
236 action_frame = (void *)skb_put(skb, 27);
237 memcpy(action_frame->da, da, ETH_ALEN);
238 memcpy(action_frame->sa, sdata->dev->dev_addr, ETH_ALEN);
239 memcpy(action_frame->bssid, bssid, ETH_ALEN);
240 action_frame->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
242 action_frame->u.action.category = WLAN_CATEGORY_HT;
243 action_frame->u.action.u.ht_smps.action = WLAN_HT_ACTION_SMPS;
249 action_frame->u.action.u.ht_smps.smps_control =
253 action_frame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h123 wl_action_frame_t action_frame; member in struct:wl_af_params

Completed in 205 milliseconds