-
Notifications
You must be signed in to change notification settings - Fork 39
Adding support for multiple radios #23
Description
Hi jrobble.
I don't have the time to detail everything here, but a friend of mine was playing with external radios on Android. (he's kind of an old school nerd and loves radios) He's managed to get USB support working on our S4s. I took a look at how device specific wireless interfaces are selected and it looks like DeviceConfig.java getWifiInterface() returns wlan0 and eth0.
If I was able to find a reliable way to determine if a device had support for a 2nd network interface (that wasn't loaded yet, because we need ManetManager to do so from adhoc/iwconfig) would you have a problem (or recommendation on how to) with me enhancing ChangeSettings.java and DeviceConfig.java to add both the default wlan0 + external wlan1?
I threw him a build with wlan1 hard coded for him to test. Do you know of anywhere else wlan0 or eth0 would be a factor?
Hopefully it'll all work out. If it does I'll post some info on the external device. I don't have the radio make and driver info. With the S4s I know USB support was missing and we had to rebuild the kernel. Thanks!