Skip to content
Discussion options

You must be logged in to vote

On Android 13, fixed Soft AP channels may be intentionally stripped before Android saves the hotspot config. VPNHotspot can apply channel 36 to the currently running hotspot, so it works immediately, but Android’s Wi-Fi config store may persist only the band/auto-channel setting. After reboot, hotspot starts from that saved auto config and ACS may choose channel 149.

On AOSP Android 13 this is controlled by com.android.wifi.resources:bool/config_wifiSoftapResetChannelConfig, which defaults to true. When true, Android resets any nonzero channel before storing the config.

There is no VPNHotspot setting that can make this stick if your ROM has that policy enabled. Your options are:

  • use chan…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@caron0k
Comment options

@caron0k
Comment options

Answer selected by caron0k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #744 on May 28, 2026 15:45.