P2P: Allow PSK to be used instead of passphrase for persistent GO
authorMasashi Honma <masashi.honma@gmail.com>
Tue, 25 Dec 2012 12:15:07 +0000 (14:15 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 25 Dec 2012 12:15:07 +0000 (14:15 +0200)
commitbb4d4deb4bbb7b094faa16fa41f1f49b062cbf22
tree9ab889445e59c39b63dee5ac66cb2162409607e9
parent602c6b8340b5521c82df0535698137dd73ae2350
P2P: Allow PSK to be used instead of passphrase for persistent GO

This continues optimizations for use of CPU heavy pbkdf2_sha1() in GO
setup after the earlier commit 30c371e8a54c3b1bece6366ff0666da15d63e45e
by allowing PSK to be used instead of passphrase when creating
persistent group information manually for the GO.

It should be noted that this would not meet the requirements in the P2P
specification (GO shall maintain the passphrase), so this should be used
only when there is no need to allow manual configuration of legacy STAs
using the passphrase.

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