View Single Post
Old 02-25-2011, 04:40 AM   #20
kindle3wifi
Junior Member
kindle3wifi plays well with otherskindle3wifi plays well with otherskindle3wifi plays well with otherskindle3wifi plays well with otherskindle3wifi plays well with otherskindle3wifi plays well with otherskindle3wifi plays well with otherskindle3wifi plays well with otherskindle3wifi plays well with otherskindle3wifi plays well with otherskindle3wifi plays well with others
 
Posts: 4
Karma: 2600
Join Date: Feb 2011
Device: Kindle 3 wifi
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
kindle3wifi is offline   Reply With Quote