Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dmac_address.h135 struct sockaddr GetMacAddressWifiSockaddr() const;
H A Dmac_address.cpp128 struct sockaddr MacAddress::GetMacAddressWifiSockaddr() const in GetMacAddressWifiSockaddr() function in OHOS::Wifi::MacAddress
H A Dipv6_address.cpp354 struct sockaddr macSockaddr = mac.GetMacAddressWifiSockaddr(); in MacToEui64addr()