]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix copy-paste bug in p2p_serv_disc_resp handling
authorJouni Malinen <j@w1.fi>
Sun, 31 Oct 2010 10:17:30 +0000 (12:17 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 31 Oct 2010 10:17:30 +0000 (12:17 +0200)
commitd25f7212da92f337665868cc5a7926666ffe8685
treee7ec989a658e4bc153616a476cfa1bbbaf1069bc
parentd394a22f3090311df419ad21a0f628c820e0edec
Fix copy-paste bug in p2p_serv_disc_resp handling

The destination address for p2p_serv_disc_resp must always be set
to an individual MAC address unlike p2p_serv_disc_req which may use
00:00:00:00:00:00 to indicate wildcard query. As such, we should not
try to check for this special case here.
wpa_supplicant/ctrl_iface.c