Searched refs:channelSep (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/ath/ath_hal/
H A Dah_regdomain.h132 uint8_t channelSep; /* Channel separation within member in struct:__anon7754
H A Dah_regdomain.c403 int low_adj, hi_adj, channelSep, lastc; local
501 channelSep = (cm->mode == HAL_MODE_11NA_HT40PLUS ||
512 c += fband->channelSep) {
544 if (lastc && channelSep &&
545 (c-lastc) < channelSep)
/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c2019 int freq, hi_adj, lo_adj, channelSep; local
2024 channelSep = (chanFlags & IEEE80211_CHAN_2GHZ) ? 0 : 40;
2100 prev != NULL && (freq - prev->ic_freq) < channelSep) {
2104 freq - prev->ic_freq, channelSep);

Completed in 115 milliseconds