Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_power.c299 (vap->iv_flags & IEEE80211_F_PMGTON) != 0) { in iwm_power_build_cmd()
412 (vap->iv_flags & IEEE80211_F_PMGTON) != 0) { in iwm_power_set_ba()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_power.c626 if (! (vap->iv_flags & IEEE80211_F_PMGTON)) in ieee80211_sta_ps_timer_check()
H A Dieee80211_ioctl.c860 if (vap->iv_flags & IEEE80211_F_PMGTON) in ieee80211_ioctl_get80211()
2783 if (vap->iv_flags & IEEE80211_F_PMGTON) { in ieee80211_ioctl_set80211()
2784 ieee80211_syncflag(vap, -IEEE80211_F_PMGTON); in ieee80211_ioctl_set80211()
2791 else if ((vap->iv_flags & IEEE80211_F_PMGTON) == 0) { in ieee80211_ioctl_set80211()
2792 ieee80211_syncflag(vap, IEEE80211_F_PMGTON); in ieee80211_ioctl_set80211()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_var.h559 #define IEEE80211_F_PMGTON 0x00000800 /* CONF: Power mgmt enable */ macro
/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c811 if (vap->iv_flags & IEEE80211_F_PMGTON) { in wi_newstate_sta()
/dragonfly/sys/dev/netif/iwi/
H A Dif_iwi.c2584 if (vap->iv_flags & IEEE80211_F_PMGTON) {
/dragonfly/sys/dev/netif/wpi/
H A Dif_wpi.c4634 if ((vap->iv_flags & IEEE80211_F_PMGTON) && in wpi_run()
/dragonfly/sys/dev/netif/iwn/
H A Dif_iwn.c6025 if (ic->ic_flags & IEEE80211_F_PMGTON)