Fix non-P2P build after the P2P_DEVICE changes
authorJouni Malinen <j@w1.fi>
Sun, 30 Jun 2013 10:19:59 +0000 (13:19 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 30 Jun 2013 10:19:59 +0000 (13:19 +0300)
commit9e6a321815f924e1e42896538d639e62d7786f6a
treedf887840f2d45aaf7661ddf6ee28f135da3746c8
parentd53d2596e4919bc2f7b6acfa6a9a9baba1d68360
Fix non-P2P build after the P2P_DEVICE changes

Commit c68f6200a72f2b33304f583859b09e57757b9d2a added a call to a
function that exists only for P2P builds. Fix that with #ifdef
CONFIG_P2P.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/main.c