P2P: Add error message for invalid PIN
authorMasashi Honma <masashi.honma@gmail.com>
Sat, 30 Jun 2012 18:19:12 +0000 (21:19 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 30 Jun 2012 18:19:12 +0000 (21:19 +0300)
commit36ebf7a1b23e1e0abe51338aead0188f86fa776c
treeb4138ef6deeb72c4bc51a84900b7cbc780f3aec6
parent10ac7ddf334c794b7354d3078a1084030e029b92
P2P: Add error message for invalid PIN

Reject invalid PIN value in p2p_connect command. Before this, typos
like "pbd" as the third parameter could have resulted in OK return
value since this parameter was interpreted as the PIN.

Signed-hostap: Masashi Honma <masashi.honma@gmail.com>
wpa_supplicant/ctrl_iface.c