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