Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_config_parser.c528 const struct DeviceResourceNode *moduleConfigNode = NULL; in ParseWlanConfig() local
541 moduleConfigNode = drsOps->GetChildNode(node, "moduleConfig"); in ParseWlanConfig()
544 if (moduleConfigNode == NULL || devListNode == NULL || chipsNode == NULL) { in ParseWlanConfig()
548 ret = ParseWlanModuleConfig(moduleConfigNode, &wlanConfig->moduleConfig); in ParseWlanConfig()