Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_B (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/netproto/802_11/
HD_ieee80211.h214 #define IEEE80211_CHAN_B \ macro
240 (((_c)->ic_flags & IEEE80211_CHAN_B) == IEEE80211_CHAN_B)
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5111.c258 case IEEE80211_CHAN_B: in ar5111SetRfRegs()
421 case IEEE80211_CHAN_B: in ar5111SetPowerTable()
HDar5112.c223 case IEEE80211_CHAN_B: in ar5112SetRfRegs()
382 case IEEE80211_CHAN_B: in ar5112SetPowerTable()
HDar5212_reset.c1321 case IEEE80211_CHAN_B: in getNoiseFloorThresh()
1531 case IEEE80211_CHAN_B: in ar5212SetAntennaSwitchInternal()
1639 case IEEE80211_CHAN_B: in ar5212SetBoardValues()
HDar5413.c198 case IEEE80211_CHAN_B: in ar5413SetRfRegs()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
HDar5211_reset.c901 case IEEE80211_CHAN_B: in getNoiseFloorThresh()
1084 case IEEE80211_CHAN_B: in ar5211SetRf6and7()
1151 case IEEE80211_CHAN_B: ix = 1; break; in ar5211SetAntennaSwitchInternal()
1215 case IEEE80211_CHAN_B: in ar5211SetBoardValues()
1339 case IEEE80211_CHAN_B: in ar5211SetTransmitPower()
/dragonfly/contrib/tcpdump/
HDprint-802_11.c2523 #define IEEE80211_CHAN_B \ macro
2623 #define IEEE80211_CHAN_B \ macro
2635 ((flags & IEEE80211_CHAN_B) == IEEE80211_CHAN_B)
/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_scan_sta.c447 [IEEE80211_MODE_AUTO] = IEEE80211_CHAN_B,
449 [IEEE80211_MODE_11B] = IEEE80211_CHAN_B,
765 IEEE80211_CHAN_B); in demote11b()
HDieee80211.c1179 flags[nmodes++] = IEEE80211_CHAN_B; in getflags_2ghz()
HDieee80211_ioctl.c1879 [IEEE80211_MODE_11B] = IEEE80211_CHAN_B, in findchannel()
/dragonfly/sbin/ifconfig/
HDifieee80211.c297 i = canpromote(i, IEEE80211_CHAN_B, IEEE80211_CHAN_G); in promote()
657 flags |= IEEE80211_CHAN_B; in getchannelflags()
1466 flags |= IEEE80211_CHAN_B; in getmodeflags()
1525 if ((_flags & IEEE80211_CHAN_B) == IEEE80211_CHAN_B) \
1552 else if ((_flags & IEEE80211_CHAN_B) == IEEE80211_CHAN_B) \
2255 IEEE80211_CHAN_B, &dc->dc_chaninfo); in regdomain_makechannels()
HDregdomain.c191 FLAG(IEEE80211_CHAN_B), in decode_flag()
/dragonfly/sys/dev/netif/ath/ath_hal/
HDah_regdomain.c104 { HAL_MODE_11B, IEEE80211_CHAN_B },
/dragonfly/sys/dev/netif/wi/
HDif_wi.c368 c->ic_freq = ieee80211_ieee2mhz(i, IEEE80211_CHAN_B); in wi_attach()
369 c->ic_flags = IEEE80211_CHAN_B; in wi_attach()
/dragonfly/sys/dev/netif/bwn/bwn/
HDif_bwn.c1738 c[-1].ic_flags = IEEE80211_CHAN_B; in bwn_addchannels()