]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: move generic sched scan parsing code out of net detect
authorLuciano Coelho <luciano.coelho@intel.com>
Tue, 17 Mar 2015 14:11:47 +0000 (16:11 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 17 Mar 2015 15:09:52 +0000 (16:09 +0100)
commitb1622287b09909886e578a66a09dfcb0417a33ce
tree336e928fdbfa8deb72e3327d3e2d6c46460a6a1b
parent8f327b0868c78b9a03d0810855a36765692aac85
iw: move generic sched scan parsing code out of net detect

The scheduled scan structure is pretty much the same as the net-detect
WoWLAN trigger's.  Move the bulk of the command line parsing code to
a generic function so we can reuse it for sched_scan.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
iw.h
scan.c
wowlan.c