Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dmesh_ps.c203 hdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_PM); in ieee80211_mps_set_frame_flags()
205 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_mps_set_frame_flags()
Dwpa.c330 IEEE80211_FCTL_PM | IEEE80211_FCTL_MOREDATA); in ccmp_special_blocks()
588 IEEE80211_FCTL_PM | IEEE80211_FCTL_MOREDATA); in gcmp_special_blocks()
903 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM | in bip_aad()
Dmlme.c1003 pspoll->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_pspoll()
1029 nullfunc->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_nullfunc()
/Linux-v5.4/drivers/staging/rtl8712/
Dieee80211.h200 #define IEEE80211_FCTL_PM 0x1000 macro
/Linux-v5.4/include/linux/
Dieee80211.h49 #define IEEE80211_FCTL_PM 0x1000 macro
314 return (fc & cpu_to_le16(IEEE80211_FCTL_PM)) != 0; in ieee80211_has_pm()
/Linux-v5.4/drivers/net/wireless/
Dmac80211_hwsim.c649 IEEE80211_FCTL_PM); in hwsim_send_ps_poll()
681 (ps ? IEEE80211_FCTL_PM : 0)); in hwsim_send_nullfunc()
1050 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_nl()
1258 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_no_nl()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
Dusb.c941 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in _rtl_usb_tx_preprocess()
Dpci.c1618 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in rtl_pci_tx()
/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap_ap.c2912 hostap_update_sta_ps2(local, sta, fc & IEEE80211_FCTL_PM, in hostap_update_sta_ps()
3026 hostap_update_sta_ps2(local, sta, fc & IEEE80211_FCTL_PM, in hostap_handle_sta_rx()
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dchannel.c1123 cpu_to_le16(IEEE80211_FCTL_PM); in ath_chanctx_send_vif_ps_frame()
Dmain.c764 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ath9k_tx()
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h360 #define IEEE80211_FCTL_PM 0x1000 macro
Dieee80211_softmac.c905 (pwr ? IEEE80211_FCTL_PM : 0)); in ieee80211_null_func()