/src/sys/dev/ic/ |
awi.c | 229 ic->ic_phytype = IEEE80211_T_FH; 232 ic->ic_phytype = IEEE80211_T_DS; 244 (ic->ic_phytype == IEEE80211_T_FH) ? "FH" : "DS", sc->sc_banner); 485 if (ic->ic_phytype == IEEE80211_T_FH) 556 if (ic->ic_phytype == IEEE80211_T_FH) { 870 &ic->ic_sup_rates[(ic->ic_phytype == IEEE80211_T_FH) 902 if (ic->ic_phytype == IEEE80211_T_DS && 939 if (ic->ic_phytype == IEEE80211_T_FH)
|
bwfm.c | 373 ic->ic_phytype = IEEE80211_T_OFDM; 2324 if (ic->ic_phytype == IEEE80211_T_FH) { 2333 if (ic->ic_phytype != IEEE80211_T_FH) {
|
an.c | 271 ic->ic_phytype = IEEE80211_T_DS;
|
athn.c | 270 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
|
atw.c | 772 ic->ic_phytype = IEEE80211_T_DS;
|
rt2661.c | 284 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
|
rtw.c | 3829 ic->ic_phytype = IEEE80211_T_DS;
|
wi.c | 426 ic->ic_phytype = IEEE80211_T_DS;
|
/src/sys/net80211/ |
ieee80211_var.h | 130 enum ieee80211_phytype ic_phytype; /* XXX wrong for multi-mode */ member in struct:ieee80211com
|
ieee80211_ioctl.c | 259 if (ic->ic_phytype == IEEE80211_T_DS) 583 if (ic->ic_phytype != IEEE80211_T_DS || 821 if (ic->ic_phytype == IEEE80211_T_DS) 951 if (ic->ic_phytype == IEEE80211_T_DS) 1904 if (ic->ic_phytype == IEEE80211_T_DS)
|
ieee80211_input.c | 2127 if (ic->ic_phytype == IEEE80211_T_FH) { 2139 if (ic->ic_phytype != IEEE80211_T_FH) 2202 ic->ic_phytype != IEEE80211_T_FH) {
|
ieee80211.c | 1069 if (ic && ic->ic_phytype == IEEE80211_T_FH) {
|
ieee80211_output.c | 1501 if (ic->ic_phytype == IEEE80211_T_FH) {
|
ieee80211_node.c | 440 if (ic->ic_phytype == IEEE80211_T_FH) {
|
/src/sys/dev/pcmcia/ |
if_malo_pcmcia.c | 354 ic->ic_phytype = IEEE80211_T_OFDM;
|
/src/sys/dev/usb/ |
if_atu.c | 1419 ic->ic_phytype = IEEE80211_T_DS;
|
if_upgt.c | 430 ic->ic_phytype = IEEE80211_T_OFDM;
|
if_zyd.c | 403 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
|
if_rum.c | 388 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
|
if_ural.c | 446 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
|
if_otus.c | 829 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
|
/src/sys/dev/pci/ |
if_ipw.c | 255 ic->ic_phytype = IEEE80211_T_DS;
|
if_wpi.c | 339 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
|
if_rtwn.c | 317 ic->ic_phytype = IEEE80211_T_OFDM; /* Not only, but not used. */
|
if_iwi.c | 290 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */
|