WLAN: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 5: Line 5:




==Useful commands==


Assuming the device is 'wlan0'.
To find possible accesspoints:
iwlist wlan0 scanning
This works depending on modes set. On my orinoco gold:
*ad-hoc: finds itself
*managed: nothing found
*monitor: "doesn't support scanning"
*master: SET failed on device eth1


==Software==
==Software==
Line 22: Line 11:
*wpasupplicant
*wpasupplicant
*kwifimanager
*kwifimanager
==FAQ==
===Find accesspoints===
iwlist wlan0 scanning
This works depending on modes set. On my orinoco gold:
-ad-hoc: finds itself
-managed: nothing found
-monitor: "doesn't support scanning"
-master: SET failed on device eth1

Revision as of 20:09, 12 December 2007

Links



Software

  • wireless-tools
  • wpasupplicant
  • kwifimanager


FAQ

Find accesspoints

iwlist wlan0 scanning

This works depending on modes set. On my orinoco gold: -ad-hoc: finds itself -managed: nothing found -monitor: "doesn't support scanning" -master: SET failed on device eth1