]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Fix GO Probe Response IEs when Wi-Fi Display is enabled
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 7 Feb 2013 22:10:39 +0000 (00:10 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 7 Feb 2013 22:10:39 +0000 (00:10 +0200)
commit78441a48afc7fbe89f8e074da78b71855a698839
treecb6dad43778682fcef4d4ad19b2406fceea78b0b
parent66fe0f703cb4d360950c1c551dc2691c0788b442
P2P: Fix GO Probe Response IEs when Wi-Fi Display is enabled

Commit 1a9f6509b3a711071c12006ff7c3a9cb2a6691f2 added support for
fragmenting the P2P IE in Probe Response frames from a GO. However, it
did not take into account the possibility of Wi-Fi Display IE being
included in the same buffer and caused a regression for the cases where
Wi-Fi Display is enabled. Fix this by building the possibly fragmented
P2P IE first and then concatenating the separate IEs together.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/p2p/p2p_group.c