IEEE80211_C_PMGT
| IEEE80211_C_PMGT /* Station side power mgmt */
| IEEE80211_C_PMGT /* power save supported */
| IEEE80211_C_PMGT /* power save supported */
IEEE80211_C_PMGT; /* power saving supported */
| IEEE80211_C_PMGT /* Station-side power mgmt */
| IEEE80211_C_PMGT /* Station-side power mgmt */
if ((ic->ic_caps & IEEE80211_C_PMGT) != 0 && uvp->id == 0) {
if ((ic->ic_caps & IEEE80211_C_PMGT) != 0 &&
| IEEE80211_C_PMGT /* Station-side power mgmt */
ic->ic_caps &= ~IEEE80211_C_PMGT;
sc->sc_ic.ic_caps &= ~IEEE80211_C_PMGT;
if ((vap->iv_caps & IEEE80211_C_PMGT) == 0)
if ((ic->ic_caps & IEEE80211_C_PMGT) == 0)