P2PS: Add group SSID, if known, to the P2PS-PROV-DONE event
The new optional group_ssid=<hexdump> argument in the P2PS-PROV-DONE event can be used to help in identifying the exact group if there have been multiple groups with the same P2P Interface Address in short period of time. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
8fb84690ae
commit
aa256cb399
4 changed files with 35 additions and 15 deletions
|
@ -3354,7 +3354,7 @@ static void p2p_prov_disc_cb(struct p2p_data *p2p, int success)
|
|||
NULL, p2p->p2ps_prov->adv_id,
|
||||
p2p->p2ps_prov->session_id,
|
||||
0, 0, NULL, 0, 0, 0,
|
||||
NULL, NULL, 0, 0);
|
||||
NULL, NULL, 0, 0, NULL, 0);
|
||||
}
|
||||
|
||||
if (p2p->user_initiated_pd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue