Skip to content

Check for "master" mode support #1

@toobaz

Description

@toobaz

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions