All Replicant-supported devices need non-free firmware to be loaded to make the internal WiFi component work. See the WiFi research page for more information. Free replacements for these non-free firmwares do not yet exist.
However, free firmware does exist for WiFi adapters with the AR9271 chipset. Such adapters can be used with a device running Replicant 6.0. A USB OTG (On-The-Go) cable is needed to connect the WiFi adapter to the phone.
WiFi adapters work best with the Galaxy Note 2 or the supported tablets because of their large batteries, though connection issues or crashes of the RepWifi app can happen.
Otherwise, the Galaxy S 3 works well, while the Galaxy Nexus, Galaxy Note and especially the Galaxy S 2 are more unstable and have a smaller battery life. See known issues for more details. Using an USB OTG Y-cable with an additional power source helps preventing battery-related issues.
More adapters exist that have the AR9271 chipset than are listed below. The listed adapters are the ones that are known to us.
Using the WiFi adapter with the RepWifi app is the recommended and most convenient way.
It is not possible to configure WiFi connections through the adapter with the pull-down quicksettings or the regular WiFi menu in the settings. These are only meant to work with the internal WiFi component of the device.
Replicant 6.0 ships with the RepWifi app. Root access for apps needs to be enabled to make the app work.
The app has the following capabilities:Forum thread about the app and its development
While the RepWifi app should be preferred, use cases might exist where the WiFi scripts yield better results. The scripts were developed before work on the RepWifi app was started. Scripts both for Replicant 6.0 and Replicant 4.21 exist. It is unlikely that the WiFi scripts will be improved further as the development focus lies on the RepWifi app.
The scripts can be retrieved by cloning the user-scripts repository:
git clone https://git.replicant.us/replicant/user-scripts.git -b replicant-6.0
for Replicant 6.0 and
git clone https://git.replicant.us/replicant/user-scripts.git -b replicant-4.2
for Replicant 4.2.
For the next steps, ADB needs to be set up and running as root. Connect the device to your PC. The scripts are in the networking/wifi
folder. Run the setup script the folder to push the scripts to the device:
./setup.sh
Then disconnect the device and attach the WiFi adapter. Make sure root access for apps is enabled. Open a terminal emulator. If the terminal is not running as root, you can gain root by running:
su
Navigate to the data/misc/wifi
directory and run the script to scan and select the network access point:
bash select_network.sh
After selecting the preferred AP and entering the password (if required), a WiFi connection should be successfully established.
Forum thread about the WiFi scripts and their development (contains some more usage notes, especially for Replicant 4.2)
1 Replicant 4.2 does not include the required drivers to make these adapters work. Custom kernel images are necessary for Replicant 4.2. The scripts for Replicant 4.2 run services with greater privileges and do not restrict file access as good as the scripts for Replicant 6.0 do, so using them is less secure.
2 According to WikiDevi page on the version 1 and WikiDevi page on the version 2 only version 1 of TP-Link TL-WN722N works with free software, while version 2 doesn't