Searched refs:channelNum (Results 1 - 5 of 5) sorted by relevance
/device/board/hisilicon/hispark_taurus/audio_drivers/unittest/src/ |
H A D | hi3516_common_func.c | 23 const uint32_t channelNum = 2; in InitHwParam() local 37 hwParam->channels = channelNum; in InitHwParam()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_hotspot.c | 101 if (g_wifiApConfig.channelNum) { in EnableHotspot() 102 hapdConf.channel_num = g_wifiApConfig.channelNum; in EnableHotspot()
|
/device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_hotspot.c | 112 if (WifiConfigAP(config->ssid, config->preSharedKey, config->channelNum) != WIFI_SUCCESS) { in SetHotspotConfig()
|
/device/soc/hisilicon/common/platform/dmac/ |
H A D | dmac_hi35xx.c | 415 ret = drsOps->GetUint16(node, "channel_num", &cntlr->channelNum, 0); in HiDmacParseHcs() 421 cntlr->phyBase, cntlr->regSize, cntlr->index, cntlr->irq, cntlr->maxTransSize, cntlr->channelNum); in HiDmacParseHcs()
|
/device/soc/rockchip/rk2206/sdk_liteos/platform/network/ |
H A D | config_network.c | 136 config.channelNum = 1; in SetApModeOn()
|
Completed in 4 milliseconds