Searched refs:strMacTmp (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_utils.cpp | 200 char strMacTmp[RANDOM_ADDR_ARRAY_SIZE] = {0};
in GenerateRandomMacAddress() local 206 ret = sprintf_s(strMacTmp, RANDOM_ADDR_ARRAY_SIZE, "%x", distribution(gen));
in GenerateRandomMacAddress() 209 ret = sprintf_s(strMacTmp, RANDOM_ADDR_ARRAY_SIZE, "%x", RANDOM_ADDR_SPLIT_SIZE * distribution(gen));
in GenerateRandomMacAddress() 214 ToUpper(strMacTmp);
in GenerateRandomMacAddress() 215 randomMac += strMacTmp;
in GenerateRandomMacAddress()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_randommac_helper.cpp | 93 char strMacTmp[arraySize] = {0};
in GenerateRandomMacAddressByBssid() local 105 ret = sprintf_s(strMacTmp, arraySize, "%x", distribution(gen));
in GenerateRandomMacAddressByBssid() 108 ret = sprintf_s(strMacTmp, arraySize, "%x", two * distribution(gen));
in GenerateRandomMacAddressByBssid() 113 randomMacAddr += strMacTmp;
in GenerateRandomMacAddressByBssid()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 1805 char strMacTmp[arraySize] = {0}; in MacAddressGenerate() local 1811 ret = sprintf_s(strMacTmp, arraySize, "%x", distribution(gen)); in MacAddressGenerate() 1814 ret = sprintf_s(strMacTmp, arraySize, "%x", two * distribution(gen)); in MacAddressGenerate() 1819 randomMacInfo.randomMac += strMacTmp; in MacAddressGenerate()
|
Completed in 8 milliseconds