Home
last modified time | relevance | path

Searched refs:operSsid (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hal_p2p_struct.h49 char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH]; member
H A Dwpa_p2p_cmd.c1327 info->operSsid = (uint8_t *)OsalMemCalloc(sizeof(uint8_t) * WIFI_P2P_DEVICE_NAME_LENGTH); in WpaInterfaceP2pGetPeer()
1328 if (info->operSsid == NULL) { in WpaInterfaceP2pGetPeer()
1330 HDF_LOGE("malloc operSsid failed!"); in WpaInterfaceP2pGetPeer()
1364 if (strcpy_s((char *)info->operSsid, WIFI_P2P_DEVICE_NAME_LENGTH + 1, retMsg.value) != EOK) { in WpaInterfaceP2pGetPeer()
1677 if (FillData(&hdiP2pDeviceInfoParam->operSsid, &hdiP2pDeviceInfoParam->operSsidLen, in WpaFillP2pDeviceFoundParam()
1678 deviceInfoParam->operSsid, WIFI_P2P_DEVICE_NAME_LENGTH) != HDF_SUCCESS) { in WpaFillP2pDeviceFoundParam()
1705 if (hdiP2pDeviceInfoParam->operSsid != NULL) { in WpaFillP2pDeviceFoundParam()
1706 OsalMemFree(hdiP2pDeviceInfoParam->operSsid); in WpaFillP2pDeviceFoundParam()
1707 hdiP2pDeviceInfoParam->operSsid = NULL; in WpaFillP2pDeviceFoundParam()
/drivers/peripheral/wlan/wpa/client/include/
H A Dwpa_client.h143 unsigned char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH]; member

Completed in 6 milliseconds