Home
last modified time | relevance | path

Searched refs:DEVICE_NAME_LENGTH (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h29 constexpr int DEVICE_NAME_LENGTH = 32; member
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_p2p.cpp318 JsObjectToString(env, object, "groupName", DEVICE_NAME_LENGTH + 1, groupName); in JsObjToP2pConfig()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.cpp1051 if (length > DEVICE_NAME_LENGTH || length < 0) { in SetP2pDeviceName()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.cpp311 if ((config.ssid.length() <= 0) || (config.ssid.length() > DEVICE_NAME_LENGTH) || (config.keyMgmt.length()) <= 0) { in CheckConfigPwd()

Completed in 8 milliseconds