]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix join for p2p_connect
authorIrfan Sheriff <isheriff@google.com>
Fri, 7 Sep 2012 01:30:39 +0000 (18:30 -0700)
committerJouni Malinen <j@w1.fi>
Fri, 1 Nov 2013 14:36:33 +0000 (16:36 +0200)
commit292d97850f245b9e1c546cf0f7d865e0b83efd56
treea4b2d22279835f52121adeff59039f8c0098964e
parentd91b48d0018601e6e429c66229b766310c1de702
Fix join for p2p_connect

wps_pbc with interface command stripped out ends up as a null character.
Supplicant tries to interpret that as a bssid. Fix it to ignore null
character as empty bssid

Change-Id: Ic91d6657efaf03fbe5c4a03e9e630b4b3ff5dec4
wpa_supplicant/ctrl_iface.c