Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.cpp48 constexpr int FACTORY_MODE_LEN = 7; variable
552 if (strncmp(preValue, FACTORY_MODE, FACTORY_MODE_LEN) == 0) { in IsFactoryMode()