OSDN Git Service

Fix join for p2p_connect
authorIrfan Sheriff <isheriff@google.com>
Fri, 7 Sep 2012 01:30:39 +0000 (18:30 -0700)
committerIrfan Sheriff <isheriff@google.com>
Fri, 7 Sep 2012 01:30:39 +0000 (18:30 -0700)
commita7534b9cdb4f9c2b9ca56761119b0505626f03d6
tree6fc39625a8255bed7e0823585091f0c64a196a9b
parent205f2142134d2f3475fe1f893575df8f809eede4
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