ic_phytype        277 dev/ic/acx100.c 	sc->sc_ic.ic_phytype = IEEE80211_T_DS;
ic_phytype        289 dev/ic/acx111.c 	sc->sc_ic.ic_phytype = IEEE80211_T_OFDM;
ic_phytype        282 dev/ic/an.c    	ic->ic_phytype = IEEE80211_T_DS;
ic_phytype        356 dev/ic/ath.c   	ic->ic_phytype = IEEE80211_T_OFDM;
ic_phytype        825 dev/ic/atw.c   	ic->ic_phytype = IEEE80211_T_DS;
ic_phytype        233 dev/ic/rt2560.c 	ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
ic_phytype        244 dev/ic/rt2661.c 	ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
ic_phytype       4103 dev/ic/rtw.c   	ic->ic_phytype = IEEE80211_T_DS;
ic_phytype        226 dev/pci/if_ipw.c 	ic->ic_phytype = IEEE80211_T_DS;
ic_phytype        266 dev/pci/if_iwi.c 	ic->ic_phytype = IEEE80211_T_OFDM;	/* not only, but not used */
ic_phytype        271 dev/pci/if_wpi.c 	ic->ic_phytype = IEEE80211_T_OFDM;	/* not only, but not used */
ic_phytype       1441 dev/usb/if_atu.c 	ic->ic_phytype = IEEE80211_T_DS;
ic_phytype        298 dev/usb/if_ral.c 	ic->ic_phytype = IEEE80211_T_OFDM;	/* not only, but not used */
ic_phytype        354 dev/usb/if_rum.c 	ic->ic_phytype = IEEE80211_T_OFDM;	/* not only, but not used */
ic_phytype        372 dev/usb/if_uath.c 	ic->ic_phytype = IEEE80211_T_OFDM;	/* not only, but not used */
ic_phytype        363 dev/usb/if_zyd.c 	ic->ic_phytype = IEEE80211_T_OFDM;	/* not only, but not used */
ic_phytype        872 net80211/ieee80211.c 		if (ic && ic->ic_phytype == IEEE80211_T_FH) {
ic_phytype       1137 net80211/ieee80211_input.c 			if (ic->ic_phytype != IEEE80211_T_FH)
ic_phytype       1148 net80211/ieee80211_input.c 			if (ic->ic_phytype == IEEE80211_T_FH)
ic_phytype       1214 net80211/ieee80211_input.c 	    (chan != bchan && ic->ic_phytype != IEEE80211_T_FH)) {
ic_phytype        305 net80211/ieee80211_node.c 	if (ic->ic_phytype == IEEE80211_T_FH) {
ic_phytype       1024 net80211/ieee80211_output.c 	    2 + ((ic->ic_phytype == IEEE80211_T_FH) ? 5 : 1) +
ic_phytype       1044 net80211/ieee80211_output.c 	if (ic->ic_phytype == IEEE80211_T_FH)
ic_phytype       1431 net80211/ieee80211_output.c 	    2 + ((ic->ic_phytype == IEEE80211_T_FH) ? 5 : 1) +
ic_phytype       1461 net80211/ieee80211_output.c 	if (ic->ic_phytype == IEEE80211_T_FH)
ic_phytype        191 net80211/ieee80211_var.h 	enum ieee80211_phytype	ic_phytype;	/* XXX wrong for multi-mode */