Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.h48 const int MIN_GROUP_NAME_LENGTH = 9; variable
H A Dp2p_state_machine.cpp649 if (nwName.length() < MIN_GROUP_NAME_LENGTH || nwName.length() > MAX_GROUP_NAME_LENGTH) { in IsUsableGroupName()