Searched refs:IEEE80211_FCTL_PM (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/net/mac80211/
H A Dmesh_ps.c206 hdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_PM); ieee80211_mps_set_frame_flags()
208 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); ieee80211_mps_set_frame_flags()
H A Dwpa.c326 IEEE80211_FCTL_PM | IEEE80211_FCTL_MOREDATA); ccmp_special_blocks()
580 IEEE80211_FCTL_PM | IEEE80211_FCTL_MOREDATA); gcmp_special_blocks()
895 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM | bip_aad()
H A Dmlme.c930 pspoll->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); ieee80211_send_pspoll()
950 nullfunc->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); ieee80211_send_nullfunc()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
H A Drtl8723a_cmd.c288 pwlanhdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); ConstructPSPoll()
320 pwlanhdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); ConstructNullFunctionData()
/linux-4.4.14/drivers/staging/rtl8712/
H A Dieee80211.h218 #define IEEE80211_FCTL_PM 0x1000 macro
/linux-4.4.14/include/linux/
H A Dieee80211.h49 #define IEEE80211_FCTL_PM 0x1000 macro
296 * ieee80211_has_pm - check if IEEE80211_FCTL_PM is set
301 return (fc & cpu_to_le16(IEEE80211_FCTL_PM)) != 0; ieee80211_has_pm()
/linux-4.4.14/drivers/net/wireless/
H A Dmac80211_hwsim.c628 IEEE80211_FCTL_PM); hwsim_send_ps_poll()
659 (ps ? IEEE80211_FCTL_PM : 0)); hwsim_send_nullfunc()
965 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); mac80211_hwsim_tx_frame_nl()
1152 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); mac80211_hwsim_tx_frame_no_nl()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c984 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); _rtl_usb_tx_preprocess()
H A Dpci.c1656 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); rtl_pci_tx()
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_ap.c2974 hostap_update_sta_ps2(local, sta, fc & IEEE80211_FCTL_PM, hostap_update_sta_ps()
3088 hostap_update_sta_ps2(local, sta, fc & IEEE80211_FCTL_PM, hostap_handle_sta_rx()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1100 cpu_to_le16(IEEE80211_FCTL_PM); ath_chanctx_send_vif_ps_frame()
H A Dmain.c765 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); ath9k_tx()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h368 #define IEEE80211_FCTL_PM 0x1000 macro
H A Dieee80211_softmac.c943 (pwr ? IEEE80211_FCTL_PM:0)); ieee80211_null_func()
/linux-4.4.14/include/net/
H A Dmac80211.h4146 * &IEEE80211_FCTL_PM bit.
4163 * &IEEE80211_FCTL_PM bit as well as Duration and Sequence Control fields.
/linux-4.4.14/drivers/staging/rtl8723au/core/
H A Drtw_mlme_ext.c3390 pwlanhdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); _issue_nulldata23a()

Completed in 758 milliseconds