Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/
Dmac80211_hwsim.c566 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_nl()
656 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in mac80211_hwsim_tx_frame_no_nl()
1317 IEEE80211_FCTL_PM); in hwsim_send_ps_poll()
1355 (ps ? IEEE80211_FCTL_PM : 0)); in hwsim_send_nullfunc()
/linux-3.4.99/include/linux/
Dieee80211.h46 #define IEEE80211_FCTL_PM 0x1000 macro
239 return (fc & cpu_to_le16(IEEE80211_FCTL_PM)) != 0; in ieee80211_has_pm()
/linux-3.4.99/drivers/staging/rtl8712/
Dieee80211.h217 #define IEEE80211_FCTL_PM 0x1000 macro
/linux-3.4.99/net/mac80211/
Dwpa.c317 IEEE80211_FCTL_PM | IEEE80211_FCTL_MOREDATA); in ccmp_special_blocks()
Dmlme.c656 pspoll->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_pspoll()
676 nullfunc->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ieee80211_send_nullfunc()
/linux-3.4.99/drivers/net/wireless/rtlwifi/
Dusb.c888 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in _rtl_usb_tx_preprocess()
Dpci.c1369 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in rtl_pci_tx()
/linux-3.4.99/drivers/net/wireless/hostap/
Dhostap_ap.c2911 hostap_update_sta_ps2(local, sta, fc & IEEE80211_FCTL_PM, in hostap_update_sta_ps()
3025 hostap_update_sta_ps2(local, sta, fc & IEEE80211_FCTL_PM, in hostap_handle_sta_rx()
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h439 #define IEEE80211_FCTL_PM 0x1000 macro
Dieee80211_softmac.c943 (pwr ? IEEE80211_FCTL_PM:0)); in ieee80211_null_func()
/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dmain.c1102 hdr->frame_control |= cpu_to_le16(IEEE80211_FCTL_PM); in ath9k_tx()
/linux-3.4.99/drivers/staging/rtl8187se/ieee80211/
Dieee80211_softmac.c987 (pwr ? IEEE80211_FCTL_PM:0)); in ieee80211_null_func()