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 D | wifi_manager.cpp | 383 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 D | ienhance_service.h | 64 …unsigned int ipAddr, int netMaskLen, const unsigned char *macAddr, int macLen, int screenState) = …
|