Searched refs:getCarWifiApConfig (Results 1 – 5 of 5) sorted by relevance
88 mSecurityType = getCarWifiApConfig().getAuthType(); in onCreateInternal()143 if (getCarWifiApConfig().getAuthType() == WifiConfiguration.KeyMgmt.NONE) { in getSyncedPassword()147 if (!TextUtils.isEmpty(getCarWifiApConfig().preSharedKey)) { in getSyncedPassword()148 return getCarWifiApConfig().preSharedKey; in getSyncedPassword()166 WifiConfiguration config = getCarWifiApConfig(); in updatePassword()
55 mName = getCarWifiApConfig().SSID; in onCreateInternal()74 WifiConfiguration config = getCarWifiApConfig(); in updateSSID()
56 mSecurityType = getCarWifiApConfig().getAuthType(); in onCreateInternal()93 WifiConfiguration config = getCarWifiApConfig(); in updateSecurityType()
63 WifiConfiguration config = getCarWifiApConfig(); in updateState()143 WifiConfiguration config = getCarWifiApConfig(); in updateApBand()
84 protected WifiConfiguration getCarWifiApConfig() { in getCarWifiApConfig() method in WifiTetherBasePreferenceController