View Single Post
Old 02-25-2011, 08:24 AM   #21
Caster
Junior Member
Caster began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Feb 2011
Device: Kindle 3 Wi-Fi
Quote:
Originally Posted by kindle3wifi View Post
Thanks for your help!

Is it possible to connect to ad-hoc networks with

#!/bin/sh

sleep 6

id="`wpa_cli add_network | sed -n '2p'`"

exec="`wpa_cli << EOF
set_network $id mode 1
set_network $id ssid \"Joikuspot_ibss\"
set_network $id scan_ssid 1
set_network $id key_mgmt NONE
enable_network $id
quit
EOF
`"
echo $exec
I think it's not so simple. Read here about setting the chipset to IBSS mode (I haven't tried it yet).

Can anyone confirm the enterprise wpa still works with 3.1 firmware?
Caster is offline   Reply With Quote