Home
last modified time | relevance | path

Searched refs:scanMac (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_sta_feature.c29 static int32_t SetScanningMacAddressInner(const struct IWiFiSta *staFeature, unsigned char *scanMac in SetScanningMacAddressInner() argument
31 if (staFeature == NULL || scanMac == NULL || len != WIFI_MAC_ADDR_LENGTH) { in SetScanningMacAddressInner()
35 return HalCmdSetScanningMacAddress(staFeature->baseFeature.ifName, scanMac, len); in SetScanningMacAddressInner()
38 static int32_t SetScanningMacAddress(const struct IWiFiSta *staFeature, unsigned char *scanMac, uin… in SetScanningMacAddress() argument
41 int32_t ret = SetScanningMacAddressInner(staFeature, scanMac, len); in SetScanningMacAddress()
H A Dwifi_hal_cmd.c219 int32_t HalCmdSetScanningMacAddress(const char *ifName, unsigned char *scanMac, uint8_t len) in HalCmdSetScanningMacAddress() argument
222 ret = SetScanMacAddr(ifName, scanMac, len); in HalCmdSetScanningMacAddress()
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
H A Dsta_fuzzer.cpp41 const uint8_t *scanMac = rawData; in FuzzSetScanningMacAddress() local
48 interface->SetScanningMacAddress(interface, &feature, scanMac, macLen); in FuzzSetScanningMacAddress()
/ohos5.0/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_sta_feature.h73 …int32_t (*setScanningMacAddress)(const struct IWiFiSta *staFeature, unsigned char *scanMac, uint8_…
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A Dinterface_i_wlan_interface_v10.md41 …HdfFeatureInfo](_hdf_feature_info_v10.md) ifeature, [in] unsigned char[] scanMac) | 设置扫描单个MAC地址。 …
612 …terface::SetScanningMacAddress ([in] struct HdfFeatureInfo ifeature, [in] unsigned char[] scanMac )
625 | scanMac | 设置STA扫描的MAC地址。 |
H A Dinterface_i_wlan_interface_v11.md39 …t [HdfFeatureInfo](_hdf_feature_info_v11.md) ifeature, [in] unsigned char[] scanMac) | 扫描单个MAC地址 |
686 …terface::SetScanningMacAddress ([in] struct HdfFeatureInfo ifeature, [in] unsigned char[] scanMac )
701 | scanMac | 表示STA要扫描的MAC地址 |
/ohos5.0/drivers/peripheral/wlan/hal/include/
H A Dwifi_hal_cmd.h38 int32_t HalCmdSetScanningMacAddress(const char *ifName, unsigned char *scanMac, uint8_t len);
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp496 uint8_t scanMac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
501 int32_t rc = g_wlanObj->SetScanningMacAddress(g_wlanObj, nullptr, scanMac, macLen);
504 rc = g_wlanObj->SetScanningMacAddress(g_wlanObj, &ifeature, scanMac, macLen);
509 rc = g_wlanObj->SetScanningMacAddress(g_wlanObj, &ifeature, scanMac, macLen);
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h51 const uint8_t *scanMac, uint32_t scanMacLen);
/ohos5.0/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp315 unsigned char scanMac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
326 ret = staFeature->setScanningMacAddress(staFeature, scanMac, ETH_ADDR_LEN);
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp301 unsigned char scanMac[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
303 ret = SetScanMacAddr(ifNameInvalid, scanMac, ETH_ADDR_LEN);
305 ret = SetScanMacAddr(WLAN_IFNAME, scanMac, ETH_ADDR_LEN);
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c525 int32_t SetScanMacAddr(const char *ifName, uint8_t *scanMac, uint8_t len) in SetScanMacAddr() argument
532 if (ifName == NULL || scanMac == NULL) { in SetScanMacAddr()
545 if (!HdfSbufWriteBuffer(data, scanMac, len)) { in SetScanMacAddr()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/
H A Diwlan_interface.h.txt138 const uint8_t* scanMac, uint32_t scanMacLen);
H A Dwlan_interface_stub.c.txt1297 uint8_t* scanMac = NULL;
1312 if (!ReadPodArray(wlanInterfaceData, (void **)&scanMac, sizeof(uint8_t), &scanMacLen)) {
1313 HDF_LOGE("%{public}s: failed to read scanMac", __func__);
1330 … wlanInterfaceRet = serviceImpl->SetScanningMacAddress(serviceImpl, ifeature, scanMac, scanMacLen);
1341 if (scanMac != NULL) {
1342 OsalMemFree(scanMac);
H A Dwlan_interface_service.c.txt136 const uint8_t* scanMac, uint32_t scanMacLen)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Diwlan_interface.h.txt141 const uint8_t* scanMac, uint32_t scanMacLen);
H A Dwlan_interface_stub.c.txt1297 uint8_t* scanMac = NULL;
1312 if (!ReadPodArray(wlanInterfaceData, (void **)&scanMac, sizeof(uint8_t), &scanMacLen)) {
1313 HDF_LOGE("%{public}s: failed to read scanMac", __func__);
1330 … wlanInterfaceRet = serviceImpl->SetScanningMacAddress(serviceImpl, ifeature, scanMac, scanMacLen);
1341 if (scanMac != NULL) {
1342 OsalMemFree(scanMac);
H A Dwlan_interface_service.c.txt136 const uint8_t* scanMac, uint32_t scanMacLen)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/dump_ast_target/
H A Ddump.txt84 [in] unsigned char[] scanMac);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Diwlan_interface.h.txt147 const uint8_t* scanMac, uint32_t scanMacLen);
H A Dwlan_interface_service.c.txt136 const uint8_t* scanMac, uint32_t scanMacLen)
H A Dwlan_interface_stub.c.txt1297 uint8_t* scanMac = NULL;
1312 if (!ReadPodArray(wlanInterfaceData, (void **)&scanMac, sizeof(uint8_t), &scanMacLen)) {
1313 HDF_LOGE("%{public}s: failed to read scanMac", __func__);
1330 … wlanInterfaceRet = serviceImpl->SetScanningMacAddress(serviceImpl, ifeature, scanMac, scanMacLen);
1341 if (scanMac != NULL) {
1342 OsalMemFree(scanMac);
/ohos5.0/drivers/interface/wlan/v1_0/
H A DIWlanInterface.idl330 * @param scanMac Indicates the MAC address to be scanned by the STA.
338 SetScanningMacAddress([in] struct HdfFeatureInfo ifeature, [in] unsigned char[] scanMac);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/
H A DIWlanInterface.idl330 * @param scanMac Indicates the MAC address to be scanned by the STA.
338 SetScanningMacAddress([in] struct HdfFeatureInfo ifeature, [in] unsigned char[] scanMac);
/ohos5.0/drivers/interface/wlan/v1_1/
H A DIWlanInterface.idl330 * @param scanMac Indicates the MAC address to be scanned by the STA.
338 SetScanningMacAddress([in] struct HdfFeatureInfo ifeature, [in] unsigned char[] scanMac);

12