Searched refs:ic_phytype (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-13-stable/sys/net80211/
H A Dieee80211_input.c552 if (ic->ic_phytype == IEEE80211_T_FH) {
563 if (ic->ic_phytype != IEEE80211_T_FH)
668 if (scan->chan != scan->bchan && ic->ic_phytype != IEEE80211_T_FH) {
H A Dieee80211_ddb.c532 db_printf(" phytype %d", ic->ic_phytype);
H A Dieee80211_var.h146 enum ieee80211_phytype ic_phytype; /* XXX wrong for multi-mode */ member in struct:ieee80211com
H A Dieee80211.c2526 if (ic != NULL && ic->ic_phytype == IEEE80211_T_FH)
H A Dieee80211_node.c357 if (ic->ic_phytype == IEEE80211_T_FH) {
/freebsd-13-stable/sys/dev/wtap/
H A Dif_wtap.c596 ic->ic_phytype = IEEE80211_T_DS;
/freebsd-13-stable/sys/dev/rtwn/
H A Dif_rtwn.c214 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
/freebsd-13-stable/sys/dev/malo/
H A Dif_malo.c262 ic->ic_phytype = IEEE80211_T_OFDM;
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c462 ic->ic_phytype = IEEE80211_T_DS;
464 ic->ic_phytype = IEEE80211_T_OFDM;
/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipw.c278 ic->ic_phytype = IEEE80211_T_DS;
/freebsd-13-stable/sys/dev/ral/
H A Drt2560.c267 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
H A Drt2661.c267 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
H A Drt2860.c308 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uath.c420 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
H A Dif_upgt.c330 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
H A Dif_ural.c467 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
H A Dif_rsu.c543 ic->ic_phytype = IEEE80211_T_OFDM; /* Not only, but not used. */
H A Dif_rum.c533 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
H A Dif_zyd.c378 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
/freebsd-13-stable/sys/dev/otus/
H A Dif_otus.c718 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwl.c396 ic->ic_phytype = IEEE80211_T_OFDM;
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis.c739 ic->ic_phytype = IEEE80211_T_DS;
/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwi.c362 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c904 ic->ic_phytype = IEEE80211_T_OFDM;
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpi.c454 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */

Completed in 487 milliseconds

12