Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh_ps.c211 hdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_PM); in ieee80211_mps_set_frame_flags()
213 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_mps_set_frame_flags()
H A Dwpa.c333 IEEE80211_FCTL_PM | IEEE80211_FCTL_MOREDATA); in ccmp_gcmp_aad()
833 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM | in ieee80211_crypto_aes_cmac_encrypt()
H A Dmlme.c2461 pspoll->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_pspoll()
2483 nullfunc->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_nullfunc()
/linux/include/linux/
H A Dieee80211.h51 #define IEEE80211_FCTL_PM 0x1000 macro
400 * ieee80211_has_pm - check if IEEE80211_FCTL_PM is set
406 return (fc & cpu_to_le16(IEEE80211_FCTL_PM)) != 0; in ieee80211_has_pm()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c888 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in _rtl_usb_tx_preprocess()
H A Dpci.c1546 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in rtl_pci_tx()
/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1118 cpu_to_le16(IEEE80211_FCTL_PM); in ath_chanctx_send_vif_ps_frame()
H A Dmain.c773 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ath9k_tx()