]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: add support for the forced AP scan
authorAntonio Quartulli <ordex@autistici.org>
Fri, 26 Oct 2012 14:41:48 +0000 (16:41 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 26 Oct 2012 14:48:00 +0000 (16:48 +0200)
commitced94d5f129e5d116b6a888f312deab081bb2231
treec15e4e55dfba684fc68cf791b5c2dbf197eaf3a7
parentafa2be2ff4e033a07c8fa28b5f52087f5fe50ad6
iw: add support for the forced AP scan

This patch introduces the "ap-force" argument to the scan command.
This argument instructs mac80211 to trigger the scan even if the
interface is configured as AP and has already started beaconing (the
driver may not support such operation)

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
scan.c