Searched refs:staFreqMhz (Results 1 – 2 of 2) sorted by relevance
9402 private static int getSoftApStartedStaStatus(int staFreqMhz) {9403 if (staFreqMhz == WifiInfo.UNKNOWN_FREQUENCY) {9406 if (ScanResult.is24GHz(staFreqMhz)) {9409 if (ScanResult.is5GHz(staFreqMhz)) {9412 if (ScanResult.is6GHz(staFreqMhz)) {9415 Log.wtf(TAG, "getSoftApStartedStaStatus: unknown band for freq " + staFreqMhz);9450 int staFreqMhz,9459 getSoftApStartedStaStatus(staFreqMhz),9507 private static int getSoftApStoppedStaStatus(int staFreqMhz) {9508 if (staFreqMhz == WifiInfo.UNKNOWN_FREQUENCY) {[all …]
2262 int staFreqMhz = WifiInfo.UNKNOWN_FREQUENCY; in getCurrentStaFreqMhz() local2266 staFreqMhz = wifiConnectedInfo.getFrequency(); in getCurrentStaFreqMhz()2270 return staFreqMhz; in getCurrentStaFreqMhz()