Is there a way to set the used Channel for the Android Hotspot?
I know there is no official API for this but are there some way using reflection?
Edit: I found some hints at stackoverflow that i meay be possible:
Field wcAdhocFreq = WifiConfiguration.class.getField("frequency");
Taken from here, but i couldn't find that field in the sources..