Searched refs:IEEE80211_F_PMGTON (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_power.c382 if (vap != NULL && (vap->iv_flags & IEEE80211_F_PMGTON) == 0)
/freebsd-11-stable/sys/net80211/
H A Dieee80211_power.c621 if (! (vap->iv_flags & IEEE80211_F_PMGTON))
H A Dieee80211_ioctl.c843 if (vap->iv_flags & IEEE80211_F_PMGTON)
2795 if (vap->iv_flags & IEEE80211_F_PMGTON) {
2796 ieee80211_syncflag(vap, -IEEE80211_F_PMGTON);
2803 else if ((vap->iv_flags & IEEE80211_F_PMGTON) == 0) {
2804 ieee80211_syncflag(vap, IEEE80211_F_PMGTON);
H A Dieee80211_var.h548 #define IEEE80211_F_PMGTON 0x00000800 /* CONF: Power mgmt enable */ macro
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c2392 if (vap->iv_flags & IEEE80211_F_PMGTON)
2801 vap->iv_flags &= ~IEEE80211_F_PMGTON;
2803 vap->iv_flags |= IEEE80211_F_PMGTON;
/freebsd-11-stable/sys/dev/wi/
H A Dif_wi.c794 if (vap->iv_flags & IEEE80211_F_PMGTON) {
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c2513 if (vap->iv_flags & IEEE80211_F_PMGTON) {
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c4562 if ((vap->iv_flags & IEEE80211_F_PMGTON) &&
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5902 if (ic->ic_flags & IEEE80211_F_PMGTON)

Completed in 145 milliseconds