Searched refs:goRandomDeviceAddress (Results 1 – 5 of 5) sorted by relevance
63 char goRandomDeviceAddress[WIFI_BSSID_LENGTH]; member
64 unsigned char[] goRandomDeviceAddress;
183 unsigned char goRandomDeviceAddress[ETH_ADDR_LEN]; member
1885 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()
672 ConvertMacArr2String(groupStartedParam->goRandomDeviceAddress, in OnEventGroupInfoStarted()