Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rtwn/rtl8192e/
Dr92e_fw.c106 (vap->iv_flags & IEEE80211_F_PMGTON)) { in r92e_set_pwrmode()
/freebsd-12-stable/sys/dev/iwm/
Dif_iwm_power.c312 (vap->iv_flags & IEEE80211_F_PMGTON) != 0) { in iwm_power_build_cmd()
425 (vap->iv_flags & IEEE80211_F_PMGTON) != 0) { in iwm_power_set_ba()
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/
Dr12a_fw.c126 (vap->iv_flags & IEEE80211_F_PMGTON)) { in r12a_set_pwrmode()
/freebsd-12-stable/sys/dev/rtwn/rtl8188e/
Dr88e_fw.c198 (vap->iv_flags & IEEE80211_F_PMGTON)) { in r88e_set_pwrmode()
/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
Dr92c_fw.c317 (vap->iv_flags & IEEE80211_F_PMGTON)) in r92c_set_pwrmode()
/freebsd-12-stable/sys/net80211/
Dieee80211_power.c623 if (! (vap->iv_flags & IEEE80211_F_PMGTON)) in ieee80211_sta_ps_timer_check()
Dieee80211_ioctl.c848 if (vap->iv_flags & IEEE80211_F_PMGTON) in ieee80211_ioctl_get80211()
2873 if (vap->iv_flags & IEEE80211_F_PMGTON) { in ieee80211_ioctl_set80211()
2874 ieee80211_syncflag(vap, -IEEE80211_F_PMGTON); in ieee80211_ioctl_set80211()
2881 else if ((vap->iv_flags & IEEE80211_F_PMGTON) == 0) { in ieee80211_ioctl_set80211()
2882 ieee80211_syncflag(vap, IEEE80211_F_PMGTON); in ieee80211_ioctl_set80211()
Dieee80211_var.h625 #define IEEE80211_F_PMGTON 0x00000800 /* CONF: Power mgmt enable */ macro
/freebsd-12-stable/sys/dev/if_ndis/
Dif_ndis.c2394 if (vap->iv_flags & IEEE80211_F_PMGTON) in ndis_setstate_80211()
2803 vap->iv_flags &= ~IEEE80211_F_PMGTON; in ndis_getstate_80211()
2805 vap->iv_flags |= IEEE80211_F_PMGTON; in ndis_getstate_80211()
/freebsd-12-stable/sys/dev/wi/
Dif_wi.c794 if (vap->iv_flags & IEEE80211_F_PMGTON) { in wi_newstate_sta()
/freebsd-12-stable/sys/dev/iwi/
Dif_iwi.c2515 if (vap->iv_flags & IEEE80211_F_PMGTON) { in iwi_setpowermode()
/freebsd-12-stable/sys/dev/wpi/
Dif_wpi.c4584 if ((vap->iv_flags & IEEE80211_F_PMGTON) && in wpi_run()
/freebsd-12-stable/sys/dev/iwn/
Dif_iwn.c6069 if (ic->ic_flags & IEEE80211_F_PMGTON) in iwn_collect_noise()