Home
last modified time | relevance | path

Searched refs:IEEE80211_F_PMGTON (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192e/
H A Dr92e_fw.c104 (vap->iv_flags & IEEE80211_F_PMGTON)) { in r92e_set_pwrmode()
/freebsd/sys/dev/iwm/
H A Dif_iwm_power.c310 (vap->iv_flags & IEEE80211_F_PMGTON) != 0) { in iwm_power_build_cmd()
423 (vap->iv_flags & IEEE80211_F_PMGTON) != 0) { in iwm_power_set_ba()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_fw.c124 (vap->iv_flags & IEEE80211_F_PMGTON)) { in r12a_set_pwrmode()
/freebsd/sys/dev/rtwn/rtl8188e/
H A Dr88e_fw.c196 (vap->iv_flags & IEEE80211_F_PMGTON)) { in r88e_set_pwrmode()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_fw.c315 (vap->iv_flags & IEEE80211_F_PMGTON)) in r92c_set_pwrmode()
/freebsd/sys/net80211/
H A Dieee80211_power.c621 if (! (vap->iv_flags & IEEE80211_F_PMGTON)) in ieee80211_sta_ps_timer_check()
H A Dieee80211_ioctl.c851 if (vap->iv_flags & IEEE80211_F_PMGTON) in ieee80211_ioctl_get80211()
2878 if (vap->iv_flags & IEEE80211_F_PMGTON) { in ieee80211_ioctl_set80211()
2879 ieee80211_syncflag(vap, -IEEE80211_F_PMGTON); in ieee80211_ioctl_set80211()
2886 else if ((vap->iv_flags & IEEE80211_F_PMGTON) == 0) { in ieee80211_ioctl_set80211()
2887 ieee80211_syncflag(vap, IEEE80211_F_PMGTON); in ieee80211_ioctl_set80211()
H A Dieee80211_var.h637 #define IEEE80211_F_PMGTON 0x00000800 /* CONF: Power mgmt enable */ macro
/freebsd/sys/dev/iwi/
H A Dif_iwi.c2511 if (vap->iv_flags & IEEE80211_F_PMGTON) { in iwi_setpowermode()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c4582 if ((vap->iv_flags & IEEE80211_F_PMGTON) && in wpi_run()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c6066 if (ic->ic_flags & IEEE80211_F_PMGTON) in iwn_collect_noise()