Comment 40 for bug 905748

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

The above was tested with the simplest form for enabling IBSS/WPA, inspired from the default wpa_supplicant.conf shipped configuration, from the upstream tarballs:

mtrudel@gaea ~/Documents % cat wpa-adhoc.conf
ap_scan=2
network={
        ssid="test adhoc"
        mode=1
        frequency=2412
        proto=WPA
        key_mgmt=WPA-NONE
 pairwise=NONE
 group=TKIP
        psk="passphrase"
}

Attached is a sceenshot of what it looks like on my Android device.