1
Zaurus - pdaXrom / Kismet Wireless
« on: December 29, 2005, 05:07:15 pm »
I figured it out!
When Kismet is running hostap is in the "Master" mode.
When I need to connect to something I needed to switch to "Managed" mode.
[CODE]
To switch to Managed mode from Master mode:
iwconfig wlan0 mode managed
iwconfig wlan0 essid <insert essid here> key <insert key here>
ifconfig wlan0 up
dhcpcd wlan0
To go back to Kismet:
killall dhcpcd
iwconfig wlan0 mode master
kismet
When Kismet is running hostap is in the "Master" mode.
When I need to connect to something I needed to switch to "Managed" mode.
[CODE]
To switch to Managed mode from Master mode:
iwconfig wlan0 mode managed
iwconfig wlan0 essid <insert essid here> key <insert key here>
ifconfig wlan0 up
dhcpcd wlan0
To go back to Kismet:
killall dhcpcd
iwconfig wlan0 mode master
kismet