IEEE80211_C_PMGT
ic->ic_caps = IEEE80211_C_WEP | IEEE80211_C_PMGT | IEEE80211_C_MONITOR;
| IEEE80211_C_PMGT /* power management */
IEEE80211_C_PMGT; /* Power saving supported. */
ic->ic_caps = IEEE80211_C_PMGT | IEEE80211_C_MONITOR | IEEE80211_C_WEP;
ic->ic_caps = IEEE80211_C_WEP | IEEE80211_C_PMGT | IEEE80211_C_TXPMGT |
ic->ic_caps = IEEE80211_C_PMGT | IEEE80211_C_MONITOR | IEEE80211_C_WEP;
IEEE80211_C_PMGT; /* power saving supported */
IEEE80211_C_PMGT | /* power management */
IEEE80211_C_PMGT; /* power saving supported */
if ((ic->ic_caps & IEEE80211_C_PMGT) == 0)