Skip to content

backend: linux: Use libnl to query wifi state

Alexandre Bailon requested to merge abailon/replace_iwlib into master

libiw (provided by wireless-tools) is no maintained and not recommended for a new design. This replaces libiw by some direct call to linux wireless stack (using libnl).

Signed-off-by: Alexandre Bailon abailon@baylibre.com

Merge request reports