Home
last modified time | relevance | path

Searched refs:goRandomDeviceAddress (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_p2p_struct.h63 char goRandomDeviceAddress[WIFI_BSSID_LENGTH]; member
/ohos5.0/drivers/interface/wlan/wpa/v1_1/
H A DWpaTypes.idl64 unsigned char[] goRandomDeviceAddress;
/ohos5.0/drivers/peripheral/wlan/wpa/client/include/
H A Dwpa_client.h183 unsigned char goRandomDeviceAddress[ETH_ADDR_LEN]; member
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c1885 if (FillData(&hdiP2pGroupStartedParam->goRandomDeviceAddress, in FillHdiP2pGroupInfoStartedParam()
1887 groupStartedParam->goRandomDeviceAddress, ETH_ADDR_LEN) != HDF_SUCCESS) { in FillHdiP2pGroupInfoStartedParam()
1928 if (hdiP2pGroupStartedParam->goRandomDeviceAddress != NULL) { in WpaFillP2pGroupInfoStartedParam()
1929 OsalMemFree(hdiP2pGroupStartedParam->goRandomDeviceAddress); in WpaFillP2pGroupInfoStartedParam()
1930 hdiP2pGroupStartedParam->goRandomDeviceAddress = NULL; in WpaFillP2pGroupInfoStartedParam()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.cpp672 ConvertMacArr2String(groupStartedParam->goRandomDeviceAddress, in OnEventGroupInfoStarted()