Home
last modified time | relevance | path

Searched refs:getDeviceMacAddress (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp176 …ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, nullptr, 0);
178 …ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, mac, ETH_AD…
181 …ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, mac, ETH_AD…
211 …ret = staFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)staFeature, nullptr, …
213 …ret = staFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)staFeature, mac, ETH_…
216 …ret = staFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)staFeature, mac, ETH_…
/ohos5.0/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_base_feature.h155 …int32_t (*getDeviceMacAddress)(const struct IWiFiBaseFeature *baseFeature, unsigned char *mac, uin… member
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIDoc/
H A DWIFI功能界面使用说明文档.md94 | 获取设备的MAC地址 | getDeviceMacAddress | () | …
436 18. 获取设备的MAC地址 ( getDeviceMacAddress )
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_base_feature.c184 (*fe)->getDeviceMacAddress = GetDeviceMacAddress; in InitBaseFeature()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-wifi-sys.md439 ## wifi.getDeviceMacAddress<sup>7+</sup>
441 getDeviceMacAddress(): string[]
462 let ret = wifi.getDeviceMacAddress();
H A Djs-apis-wifiManager-sys.md659 ## wifiManager.getDeviceMacAddress<sup>9+</sup>
661 getDeviceMacAddress(): string[]
694 let ret = wifiManager.getDeviceMacAddress();
/ohos5.0/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp1066 ret = apFeature->baseFeature.getDeviceMacAddress(nullptr, readMac, ETH_ADDR_LEN);
1068 …ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, nullptr, 0);
1070 …ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, readMac, 0);
1072 …ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, readMac, ET…
1095 ret = staFeature->baseFeature.getDeviceMacAddress(nullptr, readMac, ETH_ADDR_LEN);
1097 …ret = staFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)staFeature, nullptr, …
1099 …ret = staFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)staFeature, readMac, …
1101 …ret = staFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)staFeature, readMac, …
/ohos5.0/foundation/communication/wifi/wifi/application/wifi_direct_demo/entry/src/main/ets/MainAbility/model/wifiModeImpl/
H A DWifiModel.ets152 return WifiNativeJs.getDeviceMacAddress();
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-external-des.md97 …| int32_t&nbsp;(\*getDeviceMacAddress)(const&nbsp;struct&nbsp;IWiFiBaseFeature&nbsp;\*,&nbsp;unsig…
843 4. 调用和使用相关接口:如setMacAddress设置MAC地址、getDeviceMacAddress获取设备的MAC地址等。
889 …ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, mac, MAC_LE…
/ohos5.0/drivers/peripheral/wlan/
H A DREADME.md147 …0"><a name="p20519865500"></a><a name="p20519865500"></a>int32_t (*getDeviceMacAddress)(const stru…
181 …etMacAddress** function to set the MAC address and calling the **getDeviceMacAddress** function…
222 …ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, mac, MAC_LE…
H A DREADME_zh.md222 …0"><a name="p20519865500"></a><a name="p20519865500"></a>int32_t (*getDeviceMacAddress)(const stru…
293 4. 调用和使用相关接口:如setMacAddress设置MAC地址、getDeviceMacAddress获取设备的MAC地址等。
336 …ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, mac, MAC_LE…
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/model/
H A DscenarioTestDataModels.ets289 'method' : 'getDeviceMacAddress' ,
420 'method' : 'getDeviceMacAddress' ,
H A DbenchmarkTestDataModels.ets329 'method' : 'getDeviceMacAddress' ,
591 'method' : 'getDeviceMacAddress' ,
H A DautoTestDataModels.ets343 'method' : 'getDeviceMacAddress' ,
650 'method' : 'getDeviceMacAddress' ,
H A DstressTestDataModels.ets361 'method' : 'getDeviceMacAddress' ,
655 'method' : 'getDeviceMacAddress' ,
H A DtestDataModels.ets399 'method' : 'getDeviceMacAddress' ,
764 'method' : 'getDeviceMacAddress' ,
H A DwifiInterface.ets773 let macAddress = wifi.getDeviceMacAddress()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIManagerDoc/
H A DWIFIManager功能界面使用说明文档.md136 | 获取设备的MAC地址 | getDeviceMacAddress | () | …
573 17. 获取设备的MAC地址 ( getDeviceMacAddress )
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-wifi-sys.md439 ## wifi.getDeviceMacAddress<sup>7+</sup>
441 getDeviceMacAddress(): string[]
462 let ret = wifi.getDeviceMacAddress();
H A Djs-apis-wifiManager-sys.md660 ## wifiManager.getDeviceMacAddress<sup>9+</sup>
662 getDeviceMacAddress(): string[]
695 let ret = wifiManager.getDeviceMacAddress();
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-external-des.md97 …| int32_t&nbsp;(\*getDeviceMacAddress)(const&nbsp;struct&nbsp;IWiFiBaseFeature&nbsp;\*,&nbsp;unsig…
847 …xample, call **setMacAddress()** to set the MAC address and call **getDeviceMacAddress()** to obta…
893 …ret = apFeature->baseFeature.getDeviceMacAddress((struct IWiFiBaseFeature *)apFeature, mac, MAC_LE…
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md253 |新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法名 or 属性名: getDeviceMacAddress|@ohos.wifiManage…
716 …|方法名 or 属性名:getDeviceMacAddress<br>废弃版本:N/A|方法名 or 属性名:getDeviceMacAddress<br>废弃版本:9<br>代替接口:ohos.…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md270 |新增|NA|模块名: ohos.wifiManager<br>类名: wifiManager<br>方法名 or 属性名: getDeviceMacAddress|@ohos.wifiManage…
732 …|方法名 or 属性名:getDeviceMacAddress<br>废弃版本:N/A|方法名 or 属性名:getDeviceMacAddress<br>废弃版本:9<br>代替接口:ohos.…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-beta/
H A Djs-apidiff-v3.1-beta.md131 | 分布式软总线-wifi | getDeviceMacAddress(): string[]; | 新增 | - |
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c332 ret = baseFeature->getDeviceMacAddress(baseFeature, mac, len); in WlanInterfaceGetDeviceMacAddress()

12