Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
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];
Dwpa_p2p_cmd.c1159 info->deviceName = (uint8_t *)OsalMemCalloc(sizeof(uint8_t) * WIFI_P2P_DEVICE_NAME_LENGTH); in WpaInterfaceP2pGetPeer()
1173 info->operSsid = (uint8_t *)OsalMemCalloc(sizeof(uint8_t) * WIFI_P2P_DEVICE_NAME_LENGTH); in WpaInterfaceP2pGetPeer()
1183 info->deviceNameLen = WIFI_P2P_DEVICE_NAME_LENGTH; in WpaInterfaceP2pGetPeer()
1185 info->operSsidLen = WIFI_P2P_DEVICE_NAME_LENGTH; in WpaInterfaceP2pGetPeer()
1199 … if (strcpy_s((char *)info->deviceName, WIFI_P2P_DEVICE_NAME_LENGTH + 1, retMsg.value) != EOK) { in WpaInterfaceP2pGetPeer()
1209 … if (strcpy_s((char *)info->operSsid, WIFI_P2P_DEVICE_NAME_LENGTH + 1, retMsg.value) != EOK) { in WpaInterfaceP2pGetPeer()
1456 deviceInfoParam->deviceName, WIFI_P2P_DEVICE_NAME_LENGTH) != HDF_SUCCESS) { in WpaFillP2pDeviceFoundParam()
1468 deviceInfoParam->operSsid, WIFI_P2P_DEVICE_NAME_LENGTH) != HDF_SUCCESS) { in WpaFillP2pDeviceFoundParam()
/drivers/peripheral/wlan/wpa/client/include/
Dwpa_client.h34 #define WIFI_P2P_DEVICE_NAME_LENGTH 128 macro
134 unsigned char deviceName[WIFI_P2P_DEVICE_NAME_LENGTH];
140 unsigned char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH];