]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant.c
Serialize scan/p2p-scan if already scheduled on the same interface
authorSunil Dutt <usdutt@qti.qualcomm.com>
Thu, 2 Feb 2017 12:49:45 +0000 (18:19 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 7 Feb 2017 21:58:55 +0000 (23:58 +0200)
commit85b6b6b6e122a62136db7a0db9eb50154564b28d
tree345cfc069ed477ce6fd564c33068fb5f813b86ce
parentb8564c9db0dd35cc02a15c658a6ae2c2cb139eeb
Serialize scan/p2p-scan if already scheduled on the same interface

The current implementation of QCA vendor scan does not handle the
simultaneous scan/p2p-scan operations on the same interface due to
missing support for tracking multiple scan cookie values. Hence
serialize such operations on the same interface for now.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/wpa_supplicant.c