Since MistLab current dongles are Realtek rtl8188 a firmware need to be downloaded from: http://elinux.org/images/a/a8/Rtl8192cufw.bin.zip. Nevertheless hostapd (for Access Point configuration) doesn't seem to work with this dongle on Tegra.
##To set up an AP with Intel7260 mini-PCI
`sudo apt-get install hostapd`
`sudo apt-get install hostapd isc-dhcp-server`
create `/etc/hostapd/hostapd.conf` with:
```
interface=wlan1
...
...
@@ -138,7 +138,23 @@ wpa_pairwise=TKIP
rsn_pairwise=CCMP
```
then in `/etc/default/hostapd` and `/etc/init.d/hostapd`: `DAEMON_CONF=/etc/hostapd/hostapd.conf`
In `/etc/dhcp/dhcpd.conf`, comment the lines that say