Home
last modified time | relevance | path

Searched refs:MAX_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.h49 const int MAX_GROUP_NAME_LENGTH = 32; variable
H A Dp2p_state_machine.cpp649 if (nwName.length() < MIN_GROUP_NAME_LENGTH || nwName.length() > MAX_GROUP_NAME_LENGTH) { in IsUsableGroupName()