Home
last modified time | relevance | path

Searched refs:staConfigNode (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.c159 const struct DeviceResourceNode *staConfigNode = NULL; in ParseWlanModuleConfig() local
185 staConfigNode = drsOps->GetChildNode(node, "Station"); in ParseWlanModuleConfig()
190 …if (staConfigNode == NULL || apConfigNode == NULL || p2pConfigNode == NULL || macConfigNode == NUL… in ParseWlanModuleConfig()
195 if (ParseWlanStaConfig(staConfigNode, &modConfig->station) != HDF_SUCCESS) { in ParseWlanModuleConfig()