Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hal_p2p_struct.h35 #define WIFI_P2P_DEVICE_NAME_LENGTH 128 macro
47 char deviceName[WIFI_P2P_DEVICE_NAME_LENGTH];
49 char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH];
H A Dwpa_p2p_cmd.c1311 info->deviceName = (uint8_t *)OsalMemCalloc(sizeof(uint8_t) * WIFI_P2P_DEVICE_NAME_LENGTH); in WpaInterfaceP2pGetPeer()
1327 info->operSsid = (uint8_t *)OsalMemCalloc(sizeof(uint8_t) * WIFI_P2P_DEVICE_NAME_LENGTH); in WpaInterfaceP2pGetPeer()
1338 info->deviceNameLen = WIFI_P2P_DEVICE_NAME_LENGTH; in WpaInterfaceP2pGetPeer()
1340 info->operSsidLen = WIFI_P2P_DEVICE_NAME_LENGTH; in WpaInterfaceP2pGetPeer()
1354 … if (strcpy_s((char *)info->deviceName, WIFI_P2P_DEVICE_NAME_LENGTH + 1, retMsg.value) != EOK) { in WpaInterfaceP2pGetPeer()
1364 … if (strcpy_s((char *)info->operSsid, WIFI_P2P_DEVICE_NAME_LENGTH + 1, retMsg.value) != EOK) { in WpaInterfaceP2pGetPeer()
1665 deviceInfoParam->deviceName, WIFI_P2P_DEVICE_NAME_LENGTH) != HDF_SUCCESS) { in WpaFillP2pDeviceFoundParam()
1678 deviceInfoParam->operSsid, WIFI_P2P_DEVICE_NAME_LENGTH) != HDF_SUCCESS) { in WpaFillP2pDeviceFoundParam()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_p2p_struct.h35 #define WIFI_P2P_DEVICE_NAME_LENGTH 128 macro
49 char deviceName[WIFI_P2P_DEVICE_NAME_LENGTH];
51 char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH];
/ohos5.0/drivers/peripheral/wlan/wpa/client/include/
H A Dwpa_client.h36 #define WIFI_P2P_DEVICE_NAME_LENGTH 128 macro
137 unsigned char deviceName[WIFI_P2P_DEVICE_NAME_LENGTH];
143 unsigned char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH];
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_struct.h258 #define WIFI_P2P_DEVICE_NAME_LENGTH 128 macro
268 char deviceName[WIFI_P2P_DEVICE_NAME_LENGTH];
274 char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH];