Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8712/
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)); \
/linux-6.12.1/net/mac80211/
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()
Dwpa.c333 IEEE80211_FCTL_PM | IEEE80211_FCTL_MOREDATA); in ccmp_gcmp_aad()
804 mask_fc &= ~cpu_to_le16(IEEE80211_FCTL_RETRY | IEEE80211_FCTL_PM | in bip_aad()
Dmlme.c2009 pspoll->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_pspoll()
2031 nullfunc->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_nullfunc()
/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib_softmac.c639 (pwr ? IEEE80211_FCTL_PM : 0)); in rtllib_null_func()
662 IEEE80211_FCTL_PM); in rtllib_pspoll_func()
/linux-6.12.1/drivers/net/wireless/virtual/
Dmac80211_hwsim.c1034 IEEE80211_FCTL_PM); in hwsim_send_ps_poll()
1067 (ps ? IEEE80211_FCTL_PM : 0)); in hwsim_send_nullfunc()
1527 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_nl()
1792 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_no_nl()
3229 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_unassign_vif_chanctx()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/
Dusb.c893 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in _rtl_usb_tx_preprocess()
Dpci.c1567 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in rtl_pci_tx()
/linux-6.12.1/include/linux/
Dieee80211.h50 #define IEEE80211_FCTL_PM 0x1000 macro
431 return (fc & cpu_to_le16(IEEE80211_FCTL_PM)) != 0; in ieee80211_has_pm()
/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dchannel.c1123 cpu_to_le16(IEEE80211_FCTL_PM); in ath_chanctx_send_vif_ps_frame()
Dmain.c773 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ath9k_tx()
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcore.c3019 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in rtw89_core_send_nullfunc()