Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Dwifi.h73 *(__le16 *)(pbuf) |= cpu_to_le16(IEEE80211_FCTL_PM); \
77 cpu_to_le16(IEEE80211_FCTL_PM)) != 0)
80 *(__le16 *)(pbuf) &= (~cpu_to_le16(IEEE80211_FCTL_PM)); \
/openbmc/linux/net/mac80211/
H A Dmesh_ps.c207 hdr->frame_control &= cpu_to_le16(~IEEE80211_FCTL_PM); in ieee80211_mps_set_frame_flags()
209 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()
791 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM | in bip_aad()
H A Dmlme.c1611 pspoll->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_pspoll()
1633 nullfunc->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_nullfunc()
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1006 IEEE80211_FCTL_PM); in hwsim_send_ps_poll()
1039 (ps ? IEEE80211_FCTL_PM : 0)); in hwsim_send_nullfunc()
1499 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_nl()
1761 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_no_nl()
3146 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_unassign_vif_chanctx()
/openbmc/linux/include/linux/
H A Dieee80211.h50 #define IEEE80211_FCTL_PM 0x1000 macro
413 return (fc & cpu_to_le16(IEEE80211_FCTL_PM)) != 0; in ieee80211_has_pm()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c917 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in _rtl_usb_tx_preprocess()
H A Dpci.c1528 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in rtl_pci_tx()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h297 #define IEEE80211_FCTL_PM 0x1000 macro
H A Dieee80211_softmac.c905 (pwr ? IEEE80211_FCTL_PM : 0)); in ieee80211_null_func()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A 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()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1123 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()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2459 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in rtw89_core_send_nullfunc()