Searched refs:mMaxNumAllowlistSsid (Results 1 – 1 of 1) sorted by relevance
43 private int mMaxNumAllowlistSsid = INVALID_LIST_SIZE; field in WifiConnectivityHelper62 mMaxNumAllowlistSsid = INVALID_LIST_SIZE; in getFirmwareRoamingInfo()83 mMaxNumAllowlistSsid = roamingCap.maxAllowlistSize; in getFirmwareRoamingInfo()86 + mMaxNumAllowlistSsid); in getFirmwareRoamingInfo()126 return mMaxNumAllowlistSsid; in getMaxNumAllowlistSsid()155 if (blocklistSize > mMaxNumBlocklistBssid || allowlistSize > mMaxNumAllowlistSsid) { in setFirmwareRoamingConfiguration()158 + ", max allowlist size: " + mMaxNumAllowlistSsid); in setFirmwareRoamingConfiguration()178 pw.println("mMaxNumAllowlistSsid: " + mMaxNumAllowlistSsid); in dump()