Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv6_address.cpp271 std::string resBin; in GetRandomAddr() local
277 resBin += "0"; in GetRandomAddr()
280 resBin += "1"; in GetRandomAddr()
285 resBin += "0"; in GetRandomAddr()
287 std::reverse(resBin.begin(), resBin.end()); in GetRandomAddr()
291 for (unsigned int n = 0; n < resBin.size(); n += BIN_TO_HEX) { in GetRandomAddr()
292 bin2HexBuf = resBin.substr(n, BIN_TO_HEX); in GetRandomAddr()