Searched refs:ic_phytype (Results 1 – 25 of 34) sorted by relevance
12
| /netbsd-src/sys/dev/ic/ |
| H A D | awi.c | 229 ic->ic_phytype = IEEE80211_T_FH; in awi_attach() 232 ic->ic_phytype = IEEE80211_T_DS; in awi_attach() 244 (ic->ic_phytype == IEEE80211_T_FH) ? "FH" : "DS", sc->sc_banner); in awi_attach() 485 if (ic->ic_phytype == IEEE80211_T_FH) in awi_init() 556 if (ic->ic_phytype == IEEE80211_T_FH) { in awi_init() 870 &ic->ic_sup_rates[(ic->ic_phytype == IEEE80211_T_FH) in awi_ioctl() 902 if (ic->ic_phytype == IEEE80211_T_DS && in awi_media_change() 939 if (ic->ic_phytype == IEEE80211_T_FH) in awi_media_change()
|
| H A D | bwfm.c | 373 ic->ic_phytype = IEEE80211_T_OFDM; in bwfm_attach() 2324 if (ic->ic_phytype == IEEE80211_T_FH) { in bwfm_scan_node() 2333 if (ic->ic_phytype != IEEE80211_T_FH) { in bwfm_scan_node()
|
| H A D | an.c | 271 ic->ic_phytype = IEEE80211_T_DS; in an_attach()
|
| H A D | athn.c | 270 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in athn_attach()
|
| H A D | rt2560.c | 395 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2560_attach()
|
| H A D | rt2661.c | 284 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rt2661_attach()
|
| H A D | wi.c | 426 ic->ic_phytype = IEEE80211_T_DS; in wi_attach()
|
| H A D | atw.c | 772 ic->ic_phytype = IEEE80211_T_DS; in atw_attach()
|
| /netbsd-src/sys/net80211/ |
| H A D | ieee80211_var.h | 130 enum ieee80211_phytype ic_phytype; /* XXX wrong for multi-mode */ member
|
| H A D | ieee80211_ioctl.c | 259 if (ic->ic_phytype == IEEE80211_T_DS) in ieee80211_cfgget() 583 if (ic->ic_phytype != IEEE80211_T_DS || in ieee80211_cfgset() 821 if (ic->ic_phytype == IEEE80211_T_DS) in ieee80211_cfgset() 951 if (ic->ic_phytype == IEEE80211_T_DS) in ieee80211_ioctl_getchaninfo() 1904 if (ic->ic_phytype == IEEE80211_T_DS) in ieee80211_ioctl_setchanlist()
|
| H A D | ieee80211_input.c | 2127 if (ic->ic_phytype == IEEE80211_T_FH) { in ieee80211_recv_mgmt_beacon() 2139 if (ic->ic_phytype != IEEE80211_T_FH) in ieee80211_recv_mgmt_beacon() 2202 ic->ic_phytype != IEEE80211_T_FH) { in ieee80211_recv_mgmt_beacon()
|
| H A D | ieee80211.c | 1069 if (ic && ic->ic_phytype == IEEE80211_T_FH) { in ieee80211_rate2media()
|
| H A D | ieee80211_output.c | 1501 if (ic->ic_phytype == IEEE80211_T_FH) { in ieee80211_send_mgmt()
|
| H A D | ieee80211_node.c | 440 if (ic->ic_phytype == IEEE80211_T_FH) { in ieee80211_create_ibss()
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | if_malo_pcmcia.c | 354 ic->ic_phytype = IEEE80211_T_OFDM; in cmalo_attach()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | if_atu.c | 1419 ic->ic_phytype = IEEE80211_T_DS; in atu_complete_attach()
|
| H A D | if_ural.c | 446 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in ural_attach()
|
| H A D | if_rum.c | 388 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in rum_attach()
|
| H A D | if_upgt.c | 430 ic->ic_phytype = IEEE80211_T_OFDM; in upgt_attach_hook()
|
| H A D | if_zyd.c | 403 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in zyd_complete_attach()
|
| H A D | if_otus.c | 829 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in otus_attachhook()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_ipw.c | 255 ic->ic_phytype = IEEE80211_T_DS; in ipw_attach()
|
| H A D | if_iwi.c | 290 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in iwi_attach()
|
| H A D | if_rtwn.c | 317 ic->ic_phytype = IEEE80211_T_OFDM; /* Not only, but not used. */ in rtwn_attach()
|
| H A D | if_wpi.c | 339 ic->ic_phytype = IEEE80211_T_OFDM; /* not only, but not used */ in wpi_attach()
|
12