Searched refs:IEEE80211_MODE_AUTO (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211.c57 [IEEE80211_MODE_AUTO] = "auto",
135 setbit(ic->ic_modecaps, IEEE80211_MODE_AUTO);
220 (void) ieee80211_setmode(ic, IEEE80211_MODE_AUTO);
971 [IEEE80211_MODE_AUTO] = IFM_AUTO,
1027 for (mode = IEEE80211_MODE_AUTO; mode < IEEE80211_MODE_11NA; mode++) {
1031 if (mode == IEEE80211_MODE_AUTO)
1059 IEEE80211_MODE_AUTO);
1064 IEEE80211_MODE_AUTO, IFM_SUBTYPE(mword));
1081 IEEE80211_MODE_AUTO, IFM_IEEE80211_MCS);
1148 for (mode = IEEE80211_MODE_AUTO
[all...]
H A Dieee80211_proto.c761 [IEEE80211_MODE_AUTO] = { 3, 4, 6, 0, 0 },
775 [IEEE80211_MODE_AUTO] = { 7, 4, 10, 0, 0 },
789 [IEEE80211_MODE_AUTO] = { 1, 3, 4, 94, 0 },
803 [IEEE80211_MODE_AUTO] = { 1, 2, 3, 47, 0 },
818 [IEEE80211_MODE_AUTO] = { 3, 4, 10, 0, 0 },
832 [IEEE80211_MODE_AUTO] = { 2, 3, 4, 94, 0 },
846 [IEEE80211_MODE_AUTO] = { 2, 2, 3, 47, 0 },
916 mode = IEEE80211_MODE_AUTO;
978 [IEEE80211_MODE_AUTO] = { 2, 4, 10, 64, 0 },
1027 mode = IEEE80211_MODE_AUTO;
[all...]
H A Dieee80211_scan_sta.c431 [IEEE80211_MODE_AUTO] = IEEE80211_CHAN_B,
467 if (mode == IEEE80211_MODE_AUTO) {
538 if (vap->iv_des_mode != IEEE80211_MODE_AUTO &&
571 (vap->iv_des_mode == IEEE80211_MODE_AUTO ||
592 if (vap->iv_des_mode != IEEE80211_MODE_AUTO) {
614 mode = IEEE80211_MODE_AUTO;
752 vap->iv_des_mode == IEEE80211_MODE_AUTO) {
987 if (vap->iv_des_mode != IEEE80211_MODE_AUTO &&
1095 if (!(vap->iv_des_mode == IEEE80211_MODE_AUTO ||
H A D_ieee80211.h59 IEEE80211_MODE_AUTO = 0, /* autoselect */ enumerator in enum:ieee80211_phymode
H A Dieee80211_regdomain.c219 [IEEE80211_MODE_AUTO] = CHAN_UNINTERESTING,
H A Dieee80211_ioctl.c1809 [IEEE80211_MODE_AUTO] = 0,
1832 if (mode == IEEE80211_MODE_AUTO) {
1970 IEEE80211_MODE_AUTO);
/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndis.c530 return (IEEE80211_MODE_AUTO);
745 setbit(ic->ic_modecaps, IEEE80211_MODE_AUTO);
805 ic->ic_curmode = IEEE80211_MODE_AUTO;
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c133 [IEEE80211_MODE_AUTO] = "auto",
384 return IEEE80211_MODE_AUTO;
/freebsd-9.3-release/sys/dev/an/
H A Dif_an.c801 mword = ieee80211_rate2media(NULL, r, IEEE80211_MODE_AUTO);
3303 status.an_current_tx_rate, IEEE80211_MODE_AUTO);
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_upgt.c801 ic->ic_curmode == IEEE80211_MODE_AUTO)

Completed in 234 milliseconds