wpa_supplicant: Set configured auth_algs for AP mode
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Wed, 16 Nov 2011 14:30:36 +0000 (16:30 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 16 Nov 2011 14:30:36 +0000 (16:30 +0200)
commit0399f2e4e5fa6b2994becfa2495cd4bc69240455
tree9e821b60c771389f7047e8758b647c28224949b7
parent39185dfa549f076a6be114e0149a3649d302f477
wpa_supplicant: Set configured auth_algs for AP mode

In AP mode, authentication algorithm is reset in
hostapd_config_defaults_bss() and never set to the configured one. This
would pass the default auth_algs (OPEN|SHARED) to driver regardless of
what the wpa_supplicant configuration is requesting.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
wpa_supplicant/ap.c