IEEE80211_F_PMGTON  989 dev/ic/an.c    	if (ic->ic_flags & IEEE80211_F_PMGTON)
IEEE80211_F_PMGTON 1105 dev/ic/pgt.c   	if (allowed && sc->sc_ic.ic_flags & IEEE80211_F_PMGTON) {
IEEE80211_F_PMGTON 1203 dev/ic/pgt.c   	if (sc->sc_ic.ic_flags & IEEE80211_F_PMGTON &&
IEEE80211_F_PMGTON  281 net80211/ieee80211_ioctl.c 			else if ((ic->ic_flags & IEEE80211_F_PMGTON) == 0) {
IEEE80211_F_PMGTON  282 net80211/ieee80211_ioctl.c 				ic->ic_flags |= IEEE80211_F_PMGTON;
IEEE80211_F_PMGTON  286 net80211/ieee80211_ioctl.c 			if (ic->ic_flags & IEEE80211_F_PMGTON) {
IEEE80211_F_PMGTON  287 net80211/ieee80211_ioctl.c 				ic->ic_flags &= ~IEEE80211_F_PMGTON;
IEEE80211_F_PMGTON  294 net80211/ieee80211_ioctl.c 		power->i_enabled = (ic->ic_flags & IEEE80211_F_PMGTON) ? 1 : 0;