]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Use wdev id to obtain P2P Device scan results
authorArend van Spriel <arend@broadcom.com>
Tue, 25 Jun 2013 10:51:14 +0000 (13:51 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 25 Jun 2013 10:51:14 +0000 (13:51 +0300)
commitfdc554b8aeaab670857628e8b4ee089001c61968
tree56eeca6921f555fd09c77312b791ddab9f675016
parent597b94f5f4e77ca86d04828386380ba2e575cc65
nl80211: Use wdev id to obtain P2P Device scan results

In order to get a P2P-DEVICE-FOUND event the supplicant needs to
see a peer device during SEARCH and LISTEN phase. The SEARCH
phase does a scan so obtaining the scan results for the P2P Device
interface needs to be supported, i.e., use the wdev_id.

Signed-hostap: Arend van Spriel <arend@broadcom.com>
src/drivers/driver_nl80211.c