]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Fix stopping of active WPS operation on dual concurrent AP
authorSubrat Dash <sdash@qca.qualcomm.com>
Wed, 30 Nov 2011 14:48:14 +0000 (16:48 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 30 Nov 2011 14:48:14 +0000 (16:48 +0200)
commit910b482d9bdab425eb3e2e8a3e05bc9df1335ff2
tree9cda8463c9f2742e872282decfde2f6d420a9176
parentd6d731b848d8d44b5a1db2e6d6b56625f2b83859
WPS: Fix stopping of active WPS operation on dual concurrent AP

When hostapd controls multiple radios, WPS operations are started on
all interfaces. However, when the provisioning run had been completed
successfully, actiove WPS mode was stopped only a single interface. Fix
this to iterate through all interfaces so that this is handled
consistently with the starting of WPS operation.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/wps_hostapd.c
src/wps/wps.h
src/wps/wps_registrar.c