Home
last modified time | relevance | path

Searched refs:IEEE80211_MODE_AUTO (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211.c64 [IEEE80211_MODE_AUTO] = "auto",
146 setbit(ic->ic_modecaps, IEEE80211_MODE_AUTO); in ieee80211_chan_init()
1855 [IEEE80211_MODE_AUTO] = IFM_AUTO, in addmedia()
1917 if (mode == IEEE80211_MODE_AUTO) in ieee80211_media_setup()
1945 IEEE80211_MODE_AUTO); in ieee80211_media_setup()
1950 IEEE80211_MODE_AUTO, IFM_SUBTYPE(mword)); in ieee80211_media_setup()
1967 IEEE80211_MODE_AUTO, IFM_IEEE80211_MCS); in ieee80211_media_setup()
1995 IEEE80211_MODE_AUTO, IFM_IEEE80211_VHT); in ieee80211_media_setup()
2121 *mode = IEEE80211_MODE_AUTO; in media2mode()
2240 mode = IEEE80211_MODE_AUTO; in ieee80211_media_status()
[all …]
H A Dieee80211_proto.c1375 [IEEE80211_MODE_AUTO] = { 3, 4, 6, 0, 0 },
1391 [IEEE80211_MODE_AUTO] = { 7, 4, 10, 0, 0 },
1407 [IEEE80211_MODE_AUTO] = { 1, 3, 4, 94, 0 },
1423 [IEEE80211_MODE_AUTO] = { 1, 2, 3, 47, 0 },
1440 [IEEE80211_MODE_AUTO] = { 3, 4, 10, 0, 0 },
1454 [IEEE80211_MODE_AUTO] = { 2, 3, 4, 94, 0 },
1468 [IEEE80211_MODE_AUTO] = { 2, 2, 3, 47, 0 },
1541 mode = IEEE80211_MODE_AUTO; in ieee80211_wme_initparams_locked()
1603 [IEEE80211_MODE_AUTO] = { 2, 4, 10, 64, 0 }, in ieee80211_wme_updateparams_locked()
1655 mode = IEEE80211_MODE_AUTO; in ieee80211_wme_updateparams_locked()
[all …]
H A Dieee80211_scan_sta.c461 [IEEE80211_MODE_AUTO] = IEEE80211_CHAN_B,
498 if (mode == IEEE80211_MODE_AUTO) { in add_channels()
572 if (vap->iv_des_mode != IEEE80211_MODE_AUTO && in sweepchannels()
605 (vap->iv_des_mode == IEEE80211_MODE_AUTO || in sweepchannels()
640 if (vap->iv_des_mode == IEEE80211_MODE_AUTO || in makescanlist()
663 if (vap->iv_des_mode != IEEE80211_MODE_AUTO && in makescanlist()
798 vap->iv_des_mode == IEEE80211_MODE_AUTO) { in demote11b()
1034 if (vap->iv_des_mode != IEEE80211_MODE_AUTO && in match_bss()
1142 if (!(vap->iv_des_mode == IEEE80211_MODE_AUTO || in match_bss()
H A D_ieee80211.h62 IEEE80211_MODE_AUTO = 0, /* autoselect */ enumerator
H A Dieee80211_regdomain.c243 [IEEE80211_MODE_AUTO] = CHAN_UNINTERESTING, in ieee80211_alloc_countryie()
H A Dieee80211_scan.c142 for (m = IEEE80211_MODE_AUTO + 1; m < IEEE80211_MODE_MAX; m++) { in ieee80211_scan_vattach()
H A Dieee80211_ioctl.c1882 [IEEE80211_MODE_AUTO] = 0, in findchannel()
1907 if (mode == IEEE80211_MODE_AUTO) { in findchannel()
2062 IEEE80211_MODE_AUTO); in ieee80211_ioctl_setchannel()
/f-stack/tools/ifconfig/
H A Difieee80211.c160 [IEEE80211_MODE_AUTO] = "auto",
435 return IEEE80211_MODE_AUTO; in chan2mode()