Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_mac80211.c624 uint32_t channelNumber; in WalGetValidFreqsWithBand() local
639 for (channelNumber = 1; channelNumber <= WIFI_24G_CHANNEL_NUMS; channelNumber++) { in WalGetValidFreqsWithBand()
640 if (channelNumber < WAL_MAX_CHANNEL_2G) { in WalGetValidFreqsWithBand()
641 freqTmp = WAL_MIN_FREQ_2G + (channelNumber - 1) * WAL_FREQ_2G_INTERVAL; in WalGetValidFreqsWithBand()
642 } else if (channelNumber == WAL_MAX_CHANNEL_2G) { in WalGetValidFreqsWithBand()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c343 uint32_t channelNumber; in GetBdh24GFreq() local
351 for (channelNumber = 1; channelNumber <= WIFI_24G_CHANNEL_NUMS; channelNumber++) { in GetBdh24GFreq()
352 if (channelNumber < WAL_MAX_CHANNEL_2G) { in GetBdh24GFreq()
353 freqTmp = WAL_MIN_FREQ_2G + (channelNumber - 1) * WAL_FREQ_2G_INTERVAL; in GetBdh24GFreq()
354 } else if (channelNumber == WAL_MAX_CHANNEL_2G) { in GetBdh24GFreq()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dnetwork_config_sample.c353 destCfg->freq = ChannelToFrequency(wifiInfo->channelNumber); in FastConnect()

Completed in 5 milliseconds