Home
last modified time | relevance | path

Searched refs:peerDevAddr (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hal_p2p_struct.h83 char peerDevAddr[WIFI_BSSID_LENGTH]; member
H A Dwpa_p2p_cmd.c981 char peerDevAddr[CMD_SIZE] = {0}; in WpaInterfaceP2pConnect() local
988 if (memcpy_s(peerDevAddr, CMD_SIZE, info->peerDevAddr, info->peerDevAddrLen) != EOK) { in WpaInterfaceP2pConnect()
1036 if (info->peerDevAddr) { in WpaInterfaceP2pConnect()
1038 MacToStr(info->peerDevAddr), pin, mode, info->persistent, join); in WpaInterfaceP2pConnect()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_p2p_struct.h86 char peerDevAddr[WIFI_BSSID_LENGTH]; member
H A Dwifi_hal_crpc_p2p.c454 ReadStr(context, info.peerDevAddr, sizeof(info.peerDevAddr)) != 0 || in RpcP2pConnect()
/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.h331 char peerDevAddr[WIFI_MAX_MAC_ADDR_LENGTH + 1]; member
H A Di_wifi_p2p_iface.c616 WriteStr(context, info->peerDevAddr); in P2pConnect()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_p2p_impl.c1057 hwaddr_aton(info->peerDevAddr, addr); in HdiP2pConnect()
1058 wpsParam.peerDevAddr = addr; in HdiP2pConnect()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_wpa_p2p_test.cpp511 StrSafeCopy(info.peerDevAddr, sizeof(info.peerDevAddr), "00:00:00:00:00:00");
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/
H A Dwpa_types.c.txt2480 if (!WritePodArray(data, dataBlock->peerDevAddr, sizeof(uint8_t), dataBlock->peerDevAddrLen)) {
2481 HDF_LOGE("%{public}s: failed to write dataBlock->peerDevAddr", __func__);
2532 dataBlock->peerDevAddr = peerDevAddrCp;
2549 if (dataBlock->peerDevAddr != NULL) {
2550 OsalMemFree(dataBlock->peerDevAddr);
2551 dataBlock->peerDevAddr = NULL;
2568 if (dataBlock->peerDevAddr != NULL) {
2569 OsalMemFree(dataBlock->peerDevAddr);
2570 dataBlock->peerDevAddr = NULL;
H A Dwpa_types.h.txt260 uint8_t* peerDevAddr;
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DWpaTypes.idl362 unsigned char[] peerDevAddr;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/
H A DWpaTypes.idl362 unsigned char[] peerDevAddr;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp1125 …if (strncpy_s(info.peerDevAddr, sizeof(info.peerDevAddr), address.c_str(), address.length()) != EO… in ReqP2pConnect()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp1477 …if (strncpy_s(info.peerDevAddr, sizeof(info.peerDevAddr), address.c_str(), address.length()) != EO… in ReqP2pConnect()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/
H A Ddump.txt623 unsigned char[] peerDevAddr;
/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.c961 info->peerDevAddr, info->pin, mode, persistent, join) < 0) { in WpaP2pCliCmdConnect()