Home
last modified time | relevance | path

Searched refs:START_RESULT_FAILURE_UNSUPPORTED_CONFIG (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java104 START_RESULT_FAILURE_UNSUPPORTED_CONFIG,
127 public static final int START_RESULT_FAILURE_UNSUPPORTED_CONFIG = 4; field in SoftApManager
782 return START_RESULT_FAILURE_UNSUPPORTED_CONFIG; in setMacAddress()
872 return START_RESULT_FAILURE_UNSUPPORTED_CONFIG; in startSoftAp()
907 } else if (startResult == START_RESULT_FAILURE_UNSUPPORTED_CONFIG) { in handleStartSoftApFailure()
1245 START_RESULT_FAILURE_UNSUPPORTED_CONFIG); in processMessageImpl()
1291 handleStartSoftApFailure(START_RESULT_FAILURE_UNSUPPORTED_CONFIG); in processMessageImpl()
1448 handleStartSoftApFailure(START_RESULT_FAILURE_UNSUPPORTED_CONFIG); in processMessageImpl()
DWifiMetrics.java9353 case SoftApManager.START_RESULT_FAILURE_UNSUPPORTED_CONFIG:
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java2704 eq(SoftApManager.START_RESULT_FAILURE_UNSUPPORTED_CONFIG), in testSoftApEnableFailureBecauseSetMaxClientWhenNotSupport()
2732 eq(SoftApManager.START_RESULT_FAILURE_UNSUPPORTED_CONFIG), in testSoftApEnableFailureBecauseSecurityTypeSaeSetupButSaeNotSupport()
2768 eq(SoftApManager.START_RESULT_FAILURE_UNSUPPORTED_CONFIG), in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport()