Searched refs:deviceInfoParam (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_callback.cpp | 448 const struct HdiP2pDeviceInfoParam *deviceInfoParam, const char* ifName) in OnEventDeviceFound() argument 451 if (deviceInfoParam == nullptr) { in OnEventDeviceFound() 457 uint32_t srcAddressLen = deviceInfoParam->srcAddressLen; in OnEventDeviceFound() 462 uint32_t p2pDeviceAddressLen = deviceInfoParam->p2pDeviceAddressLen; in OnEventDeviceFound() 468 cbInfo.primaryDeviceType = (char *)(deviceInfoParam->primaryDeviceType); in OnEventDeviceFound() 469 cbInfo.deviceName = (char *)(deviceInfoParam->deviceName); in OnEventDeviceFound() 470 cbInfo.configMethods = deviceInfoParam->configMethods; in OnEventDeviceFound() 471 cbInfo.deviceCapabilities = deviceInfoParam->deviceCapabilities; in OnEventDeviceFound() 472 cbInfo.groupCapabilities = deviceInfoParam->groupCapabilities; in OnEventDeviceFound() 474 deviceInfoParam->wfdDeviceInfo + deviceInfoParam->wfdLength); in OnEventDeviceFound() [all …]
|
H A D | wifi_hdi_wpa_callback.h | 46 const struct HdiP2pDeviceInfoParam *deviceInfoParam, const char* ifName);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_callback_test.cpp | 114 struct HdiP2pDeviceInfoParam deviceInfoParam; variable 115 deviceInfoParam.srcAddressLen = 17; 116 deviceInfoParam.p2pDeviceAddressLen = 17; 117 deviceInfoParam.configMethods = 1; 118 deviceInfoParam.deviceCapabilities = 2; 119 deviceInfoParam.groupCapabilities = 3; 120 deviceInfoParam.wfdDeviceInfo = nullptr; 121 deviceInfoParam.wfdLength = 0; 123 int32_t result = OnEventDeviceFound(nullptr, &deviceInfoParam, "wlan0");
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_callback_impl.c | 23 const struct HdiP2pDeviceInfoParam *deviceInfoParam, const char *ifName) in P2pCallbackDeviceFound() argument 26 if (deviceInfoParam == NULL || ifName == NULL) { in P2pCallbackDeviceFound() 30 HDF_LOGE("%{public}s: srcAddress=" MACSTR, __func__, MAC2STR(deviceInfoParam->srcAddress)); in P2pCallbackDeviceFound()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.c | 1632 static int32_t WpaFillP2pDeviceFoundParam(struct P2pDeviceInfoParam *deviceInfoParam, in WpaFillP2pDeviceFoundParam() argument 1636 if (deviceInfoParam == NULL || hdiP2pDeviceInfoParam == NULL) { in WpaFillP2pDeviceFoundParam() 1640 hdiP2pDeviceInfoParam->configMethods = deviceInfoParam->configMethods; in WpaFillP2pDeviceFoundParam() 1641 hdiP2pDeviceInfoParam->deviceCapabilities = deviceInfoParam->deviceCapabilities; in WpaFillP2pDeviceFoundParam() 1642 hdiP2pDeviceInfoParam->groupCapabilities = deviceInfoParam->groupCapabilities; in WpaFillP2pDeviceFoundParam() 1643 hdiP2pDeviceInfoParam->wfdLength = deviceInfoParam->wfdLength; in WpaFillP2pDeviceFoundParam() 1647 deviceInfoParam->srcAddress, ETH_ADDR_LEN) != HDF_SUCCESS) { in WpaFillP2pDeviceFoundParam() 1653 deviceInfoParam->p2pDeviceAddress, ETH_ADDR_LEN) != HDF_SUCCESS) { in WpaFillP2pDeviceFoundParam() 1670 if (deviceInfoParam->wfdLength != 0 && in WpaFillP2pDeviceFoundParam() 1672 deviceInfoParam->wfdDeviceInfo, deviceInfoParam->wfdLength) != HDF_SUCCESS) { in WpaFillP2pDeviceFoundParam() [all …]
|
H A D | wpa_p2p_cmd.h | 149 struct P2pDeviceInfoParam *deviceInfoParam, const char *ifName);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/ |
H A D | wpa_callback_stub.c.txt | 500 struct HdiP2pDeviceInfoParam* deviceInfoParam = NULL; 503 …deviceInfoParam = (struct HdiP2pDeviceInfoParam*)OsalMemCalloc(sizeof(struct HdiP2pDeviceInfoParam… 504 if (deviceInfoParam == NULL) { 505 HDF_LOGE("%{public}s: malloc deviceInfoParam failed", __func__); 509 if (!HdiP2pDeviceInfoParamBlockUnmarshalling(wpaCallbackData, deviceInfoParam)) { 510 HDF_LOGE("%{public}s: read deviceInfoParam failed!", __func__); 535 wpaCallbackRet = serviceImpl->OnEventDeviceFound(serviceImpl, deviceInfoParam, ifName); 542 if (deviceInfoParam != NULL) { 543 HdiP2pDeviceInfoParamFree(deviceInfoParam, true); 544 deviceInfoParam = NULL;
|
H A D | iwpa_callback.h.txt | 113 …OnEventDeviceFound)(struct IWpaCallback *self, const struct HdiP2pDeviceInfoParam* deviceInfoParam,
|
H A D | wpa_callback_service.c.txt | 77 const struct HdiP2pDeviceInfoParam* deviceInfoParam, const char* ifName)
|
H A D | wpa_callback_proxy.c.txt | 525 const struct HdiP2pDeviceInfoParam* deviceInfoParam, const char* ifName) 550 if (!HdiP2pDeviceInfoParamBlockMarshalling(wpaCallbackData, deviceInfoParam)) { 551 HDF_LOGE("%{public}s: write deviceInfoParam failed!", __func__);
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 166 * @param deviceInfoParam Indicates the paramerter of device found 172 OnEventDeviceFound([in] struct HdiP2pDeviceInfoParam deviceInfoParam, [in] String ifName);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 166 * @param deviceInfoParam Indicates the paramerter of device found 172 OnEventDeviceFound([in] struct HdiP2pDeviceInfoParam deviceInfoParam, [in] String ifName);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/ |
H A D | dump.txt | 378 [in] ohos.hdi.wlan.wpa.v1_0.HdiP2pDeviceInfoParam deviceInfoParam,
|