/ohos5.0/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/ |
H A D | wlan_extend_cmd.c | 48 struct MeasChannelResult *measChannelResult) in WlanInterfaceGetChannelMeasResult() argument 53 if (ifName == NULL || measChannelResult == NULL) { in WlanInterfaceGetChannelMeasResult() 61 ret = g_wifi->getChannelMeasResult(ifName, (struct MeasResult *)measChannelResult); in WlanInterfaceGetChannelMeasResult()
|
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_vdi/ |
H A D | wlan_extend_cmd.c | 89 struct MeasChannelResult *measChannelResult) in WlanInterfaceGetChannelMeasResult() argument 94 if (ifName == NULL || measChannelResult == NULL) { in WlanInterfaceGetChannelMeasResult() 102 ret = g_wlanExtendVdiImpl->getChannelMeasResult(self, ifName, measChannelResult); in WlanInterfaceGetChannelMeasResult()
|
H A D | wlan_extend_cmd_vdi.h | 28 struct MeasChannelResult *measChannelResult);
|
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_extend/ |
H A D | wlan_extend_cmd.h | 25 struct MeasChannelResult *measChannelResult);
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/ |
H A D | interface_i_wlan_interface_v10.md | 48 …Name, [out] struct [MeasChannelResult](_meas_channel_result_v10.md) measChannelResult) | 获取信道测量结果。… 135 …rface::GetChannelMeasResult ([in] String ifName, [out] struct MeasChannelResult measChannelResult ) 148 | measChannelResult | 信道测量结果(信道号、信道负载、信道噪声)。 |
|
H A D | interface_i_wlan_interface_v11.md | 46 …Name, [out] struct [MeasChannelResult](_meas_channel_result_v11.md) measChannelResult) | 获得通道测量结果 … 142 …rface::GetChannelMeasResult ([in] String ifName, [out] struct MeasChannelResult measChannelResult ) 157 | measChannelResult | 指示通道测量结果(包括通道ID、负载和噪声) |
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ |
H A D | wlan_common_fuzzer.cpp | 263 struct MeasChannelResult measChannelResult = {0}; in FuzzGetChannelMeasResult() local 265 interface->GetChannelMeasResult(interface, ifName, &measChannelResult); in FuzzGetChannelMeasResult()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/ |
H A D | wlan_interface_stub.c.txt | 1661 struct MeasChannelResult* measChannelResult = NULL; 1671 measChannelResult = (struct MeasChannelResult*)OsalMemCalloc(sizeof(struct MeasChannelResult)); 1672 if (measChannelResult == NULL) { 1673 HDF_LOGE("%{public}s: malloc measChannelResult failed", __func__); 1690 wlanInterfaceRet = serviceImpl->GetChannelMeasResult(serviceImpl, ifName, measChannelResult); 1696 if (!MeasChannelResultBlockMarshalling(wlanInterfaceReply, measChannelResult)) { 1697 HDF_LOGE("%{public}s: write measChannelResult failed!", __func__); 1707 if (measChannelResult != NULL) { 1708 MeasChannelResultFree(measChannelResult, true); 1709 measChannelResult = NULL;
|
H A D | iwlan_interface.h.txt | 155 struct MeasChannelResult* measChannelResult);
|
H A D | wlan_interface_service.c.txt | 178 struct MeasChannelResult* measChannelResult)
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/ |
H A D | wlan_interface_stub.c.txt | 1661 struct MeasChannelResult* measChannelResult = NULL; 1671 measChannelResult = (struct MeasChannelResult*)OsalMemCalloc(sizeof(struct MeasChannelResult)); 1672 if (measChannelResult == NULL) { 1673 HDF_LOGE("%{public}s: malloc measChannelResult failed", __func__); 1690 wlanInterfaceRet = serviceImpl->GetChannelMeasResult(serviceImpl, ifName, measChannelResult); 1696 if (!MeasChannelResultBlockMarshalling(wlanInterfaceReply, measChannelResult)) { 1697 HDF_LOGE("%{public}s: write measChannelResult failed!", __func__); 1707 if (measChannelResult != NULL) { 1708 MeasChannelResultFree(measChannelResult, true); 1709 measChannelResult = NULL;
|
H A D | iwlan_interface.h.txt | 158 struct MeasChannelResult* measChannelResult);
|
H A D | wlan_interface_service.c.txt | 178 struct MeasChannelResult* measChannelResult)
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/ |
H A D | wlan_interface_stub.c.txt | 1661 struct MeasChannelResult* measChannelResult = NULL; 1671 measChannelResult = (struct MeasChannelResult*)OsalMemCalloc(sizeof(struct MeasChannelResult)); 1672 if (measChannelResult == NULL) { 1673 HDF_LOGE("%{public}s: malloc measChannelResult failed", __func__); 1690 wlanInterfaceRet = serviceImpl->GetChannelMeasResult(serviceImpl, ifName, measChannelResult); 1696 if (!MeasChannelResultBlockMarshalling(wlanInterfaceReply, measChannelResult)) { 1697 HDF_LOGE("%{public}s: write measChannelResult failed!", __func__); 1707 if (measChannelResult != NULL) { 1708 MeasChannelResultFree(measChannelResult, true); 1709 measChannelResult = NULL;
|
H A D | iwlan_interface.h.txt | 164 struct MeasChannelResult* measChannelResult);
|
H A D | wlan_interface_service.c.txt | 178 struct MeasChannelResult* measChannelResult)
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_hal_services_c_test.cpp | 814 struct MeasChannelResult measChannelResult = {0}; variable 822 rc = g_wlanObj->GetChannelMeasResult(g_wlanObj, ifName, &measChannelResult); 829 rc = g_wlanObj->GetChannelMeasResult(g_wlanObj, nullptr, &measChannelResult);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/dump_ast_target/ |
H A D | dump.txt | 111 [out] ohos.hdi.wlan.v1_0.MeasChannelResult measChannelResult);
|
/ohos5.0/drivers/interface/wlan/v1_0/ |
H A D | IWlanInterface.idl | 431 …* @param measChannelResult Indicates the channel measurement result (including the channel ID, loa… 439 GetChannelMeasResult([in] String ifName, [out] struct MeasChannelResult measChannelResult);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/ |
H A D | IWlanInterface.idl | 431 …* @param measChannelResult Indicates the channel measurement result (including the channel ID, loa… 439 GetChannelMeasResult([in] String ifName, [out] struct MeasChannelResult measChannelResult);
|
/ohos5.0/drivers/interface/wlan/v1_1/ |
H A D | IWlanInterface.idl | 431 …* @param measChannelResult Indicates the channel measurement result (including the channel ID, loa… 439 GetChannelMeasResult([in] String ifName, [out] struct MeasChannelResult measChannelResult);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/foo/wlan/v1_1/ |
H A D | IWlanInterface.idl | 431 …* @param measChannelResult Indicates the channel measurement result (including the channel ID, loa… 439 GetChannelMeasResult([in] String ifName, [out] struct MeasChannelResult measChannelResult);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/foo/wlan/v1_1/ |
H A D | IWlanInterface.idl | 431 …* @param measChannelResult Indicates the channel measurement result (including the channel ID, loa… 439 GetChannelMeasResult([in] String ifName, [out] struct MeasChannelResult measChannelResult);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/dump_ast_target/ |
H A D | dump.txt | 137 [out] ohos.hdi.wlan.v1_1.MeasChannelResult measChannelResult);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/ |
H A D | dump.txt | 171 [out] ohos.hdi.wlan.v1_1.MeasChannelResult measChannelResult);
|