-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Hello nims11,
though you say that your python script was tested only with Atheros cards, I see no obvious reason why it shouldn't work with any wireless card supporting "master" mode. So I tested it, and tried hard to fix the various problems (i.e. Debian provides me with udhcpd, but apparently not with a standard "dhcpd" package, so I had to change the executable name), until I realized it was all in vain, because my driver (iwl_legacy) actually misses the support for "master" mode. So my feature suggestion is: before doing anything, try a
iwconfig device mode master
(replace "device" with the device name) and ensure this doesn't give an "Invalid argument" error; if it does, print a nice explanation and exit.