Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.cpp550 xmlNodePtr macAddrNode = GotoMacAddressMap(innode); in ParseMacMapPlus() local
551 if (macAddrNode == nullptr) { in ParseMacMapPlus()
555 for (xmlNodePtr node = macAddrNode->children; node != nullptr; node = node->next) { in ParseMacMapPlus()