Fix order
This commit is contained in:
@@ -218,8 +218,8 @@ data class SoftApConfigurationCompat(
|
||||
isHiddenSsid,
|
||||
getBand(this) as Int,
|
||||
getChannel(this) as Int,
|
||||
securityType,
|
||||
getMaxNumberOfClients(this) as Int,
|
||||
securityType,
|
||||
isAutoShutdownEnabled(this) as Boolean,
|
||||
getShutdownTimeoutMillis(this) as Long,
|
||||
isClientControlByUserEnabled(this) as Boolean,
|
||||
|
||||
Reference in New Issue
Block a user