Home
last modified time | relevance | path

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 Dhdi_struct_toolkit.h68 free(hdiP2pDeviceInfo->operSsid); in FreeHdiP2pDeviceInfo()
74 hdiP2pDeviceInfo->operSsid = nullptr; in FreeHdiP2pDeviceInfo()
H A Dwifi_hdi_wpa_client.cpp1359 device.SetNetworkName((char *)peerInfo.operSsid); in ReqGetP2pPeer()
/ohos5.0/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()
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 Dwifi_hal_p2p_struct.h51 char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH]; member
H A Dwifi_hal_crpc_p2p.c821 WriteStr(context, peerInfo.operSsid); in RpcP2pGetPeer()
/ohos5.0/drivers/peripheral/wlan/wpa/client/include/
H A Dwpa_client.h143 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 Dwpa_types.c.txt1876 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 Dwpa_types.h.txt213 uint8_t* operSsid;
281 uint8_t* operSsid;
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DWpaTypes.idl327 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 DWpaTypes.idl327 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 Di_wifi_struct.h274 char operSsid[WIFI_P2P_DEVICE_NAME_LENGTH]; member
H A Di_wifi_p2p_iface.c996 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 Ddump.txt587 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 Dwifi_p2p_hal.c1171 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 Dwifi_idl_client.cpp1726 device.SetNetworkName(peerInfo.operSsid); in ReqGetP2pPeer()