commit | 043a5a9d2586bf379a3f3e811c8c64d92050e131 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Thu Sep 13 18:03:14 2012 -0700 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Fri Sep 14 12:54:35 2012 -0700 |
tree | 37f8988b986d01e0c7ab14020fa130e203222744 | |
parent | dc7b71324df9788e194745e8ab9386a4619a623a [diff] |
P2P: Check all interfaces for pending scan for p2p_scan failures Driver could reject the new scan based on any virtual interface running a concurrent scan. As such, mark the pending scan callback for P2P based on any interfaces instead of just the one used for the p2p_scan operation. Signed-hostap: Jouni Malinen <j@w1.fi>