Searched refs:operSsid (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | hdi_struct_toolkit.h | 68 free(hdiP2pDeviceInfo->operSsid); in FreeHdiP2pDeviceInfo() 74 hdiP2pDeviceInfo->operSsid = nullptr; in FreeHdiP2pDeviceInfo()
|
H A D | wifi_hdi_wpa_client.cpp | 1359 device.SetNetworkName((char *)peerInfo.operSsid); in ReqGetP2pPeer()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hal_p2p_struct.h | 49 char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH]; member
|
H A D | wpa_p2p_cmd.c | 1327 info->operSsid = (uint8_t *)OsalMemCalloc(sizeof(uint8_t) * WIFI_P2P_DEVICE_NAME_LENGTH); in WpaInterfaceP2pGetPeer() 1328 if (info->operSsid == NULL) { 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()
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_p2p_struct.h | 51 char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH]; member
|
H A D | wifi_hal_crpc_p2p.c | 821 WriteStr(context, peerInfo.operSsid); in RpcP2pGetPeer()
|
/ohos5.0/drivers/peripheral/wlan/wpa/client/include/ |
H A D | wpa_client.h | 143 unsigned char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH]; member
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/ |
H A D | wpa_types.c.txt | 1876 dataBlock->operSsid = operSsidCp; 1907 if (dataBlock->operSsid != NULL) { 1908 OsalMemFree(dataBlock->operSsid); 1909 dataBlock->operSsid = NULL; 1946 if (dataBlock->operSsid != NULL) { 1947 OsalMemFree(dataBlock->operSsid); 1948 dataBlock->operSsid = NULL; 2773 if (dataBlock->operSsid != NULL) { 2775 dataBlock->operSsid = NULL; 2812 if (dataBlock->operSsid != NULL) { [all …]
|
H A D | wpa_types.h.txt | 213 uint8_t* operSsid; 281 uint8_t* operSsid;
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | WpaTypes.idl | 327 unsigned char[] operSsid; 376 unsigned char[] operSsid;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/ |
H A D | WpaTypes.idl | 327 unsigned char[] operSsid; 376 unsigned char[] operSsid;
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
H A D | i_wifi_struct.h | 274 char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH]; member
|
H A D | i_wifi_p2p_iface.c | 996 ReadStr(context, peerInfo->operSsid, sizeof(peerInfo->operSsid)); in P2pGetPeer()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/ |
H A D | dump.txt | 587 unsigned char[] operSsid; 637 unsigned char[] operSsid;
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_p2p_hal/ |
H A D | wifi_p2p_hal.c | 1171 StrSafeCopy(peerInfo->operSsid, sizeof(peerInfo->operSsid), retMsg.value); in WpaP2pCliCmdP2pGetPeer()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/ |
H A D | wifi_idl_client.cpp | 1726 device.SetNetworkName(peerInfo.operSsid); in ReqGetP2pPeer()
|