]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Use shared function for setting up frequencies
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 25 Feb 2013 17:30:14 +0000 (19:30 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 1 Mar 2013 16:40:39 +0000 (18:40 +0200)
commit5de4b721779616b3e980a2096e50260f357de031
treeccc6ee395c3c91fc5fc0cca2bb1e7d5ae13219ca
parent79879f4ae8f3eacee52699e3ccd5e0baba601c4d
P2P: Use shared function for setting up frequencies

p2p_connect() and p2p_invite() cases used more or less identical
implementatin. Use a shared function to avoid duplicated code.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/p2p_supplicant.c