Home
last modified time | relevance | path

Searched refs:IEEE80211_FCTL_PM (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c308 pwlanhdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ConstructPSPoll()
340 pwlanhdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ConstructNullFunctionData()
/drivers/staging/rtl8712/
Dieee80211.h217 #define IEEE80211_FCTL_PM 0x1000 macro
/drivers/net/wireless/
Dmac80211_hwsim.c526 IEEE80211_FCTL_PM); in hwsim_send_ps_poll()
557 (ps ? IEEE80211_FCTL_PM : 0)); in hwsim_send_nullfunc()
860 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_nl()
989 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_no_nl()
/drivers/net/wireless/rtlwifi/
Dusb.c981 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in _rtl_usb_tx_preprocess()
Dpci.c1656 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in rtl_pci_tx()
/drivers/net/wireless/ath/ath9k/
Dchannel.c937 cpu_to_le16(IEEE80211_FCTL_PM); in ath_chanctx_send_vif_ps_frame()
Dmain.c752 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ath9k_tx()
/drivers/net/wireless/hostap/
Dhostap_ap.c2974 hostap_update_sta_ps2(local, sta, fc & IEEE80211_FCTL_PM, in hostap_update_sta_ps()
3088 hostap_update_sta_ps2(local, sta, fc & IEEE80211_FCTL_PM, in hostap_handle_sta_rx()
/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h430 #define IEEE80211_FCTL_PM 0x1000 macro
Dieee80211_softmac.c947 (pwr ? IEEE80211_FCTL_PM:0)); in ieee80211_null_func()
/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c3400 pwlanhdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in _issue_nulldata23a()