Searched refs:ic_phytype (Results 1 – 25 of 31) sorted by relevance
12
/freebsd/sys/net80211/ |
H A D | ieee80211_input.c | 585 if (ic->ic_phytype == IEEE80211_T_FH) { in ieee80211_parse_beacon() 596 if (ic->ic_phytype != IEEE80211_T_FH) in ieee80211_parse_beacon() 701 if (scan->chan != scan->bchan && ic->ic_phytype != IEEE80211_T_FH) { in ieee80211_parse_beacon()
|
H A D | ieee80211_var.h | 144 enum ieee80211_phytype ic_phytype; /* XXX wrong for multi-mode */ member
|
H A D | ieee80211_ddb.c | 674 db_printf(" phytype %d", ic->ic_phytype); in _db_show_com()
|
H A D | ieee80211.c | 2595 if (ic != NULL && ic->ic_phytype == IEEE80211_T_FH) in ieee80211_rate2media()
|
H A D | ieee80211_node.c | 376 if (ic->ic_phytype == IEEE80211_T_FH) { in ieee80211_create_ibss()
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap.c | 650 ic->ic_phytype = IEEE80211_T_DS; in wtap_attach()
|
/freebsd/sys/dev/bwi/ |
H A D | if_bwi.c | 460 ic->ic_phytype = IEEE80211_T_DS; in bwi_attach() 462 ic->ic_phytype = IEEE80211_T_OFDM; in bwi_attach()
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn.c | 212 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rtwn_attach()
|
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 253 ic->ic_phytype = IEEE80211_T_OFDM; in malo_attach()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_ural.c | 461 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in ural_attach()
|
H A D | if_upgt.c | 329 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in upgt_attach()
|
H A D | if_uath.c | 418 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in uath_attach()
|
H A D | if_rum.c | 529 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rum_attach()
|
H A D | if_zyd.c | 374 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in zyd_attach()
|
H A D | if_rsu.c | 539 ic->ic_phytype = IEEE80211_T_OFDM; /* Not only, but not used. */ in rsu_attach()
|
H A D | if_urtw.c | 872 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in urtw_attach()
|
H A D | if_mtw.c | 604 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in mtw_attach()
|
/freebsd/sys/dev/ipw/ |
H A D | if_ipw.c | 274 ic->ic_phytype = IEEE80211_T_DS; in ipw_attach()
|
/freebsd/sys/dev/otus/ |
H A D | if_otus.c | 714 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in otus_attachhook()
|
/freebsd/sys/dev/ral/ |
H A D | rt2661.c | 264 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2661_attach()
|
H A D | rt2560.c | 264 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2560_attach()
|
H A D | rt2860.c | 306 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2860_attach()
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwi.c | 358 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in iwi_attach()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 391 ic->ic_phytype = IEEE80211_T_OFDM; in mwl_attach()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath.c | 904 ic->ic_phytype = IEEE80211_T_OFDM; in ath_attach()
|
12