Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_manager.cpp383 int netMaskLen = IpTools::GetMaskLength(ipMaskStr); in InstallPacketFilterProgram() local
386 …S::Wifi::MacAnonymize(ipAddrStr).c_str(), OHOS::Wifi::MacAnonymize(ipMaskStr).c_str(), netMaskLen); in InstallPacketFilterProgram()
388 ipInfo.ipAddress, netMaskLen, macAddr, WIFI_MAC_LEN, event) != WIFI_OPT_SUCCESS) { in InstallPacketFilterProgram()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dienhance_service.h64 …unsigned int ipAddr, int netMaskLen, const unsigned char *macAddr, int macLen, int screenState) = …