Wifi: Get the list of supported channels
Get the list of supported channels/frequencies from wpa_supplicant and provide them thru WifiManager.getSupportedChannels(); One channel is represented thru the class WifiChannel which includes channel number, frequency in MHz and a flag if IBSS mode is allowed on this channel. Like isIbssSupported() we can only expect a result after WIFI_STATE_ENABLED has been reached. Change-Id: I9fc34642b9a0047f6871b180a3a7a69d47b7e2ff
Loading
Please register or sign in to comment