privsep: Fix compilation due to associate() parameter updates

struct wpa_driver_associate_params moved to using struct
hostapd_freq_params instead of just frequency. Need to update wpa_priv
to do same.

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2014-12-24 20:10:23 +02:00
parent eae3df7ee4
commit 36f0cf3774
3 changed files with 9 additions and 3 deletions

View file

@ -31,7 +31,9 @@ struct privsep_cmd_associate
u8 bssid[ETH_ALEN];
u8 ssid[32];
size_t ssid_len;
int hwmode;
int freq;
int channel;
int pairwise_suite;
int group_suite;
int key_mgmt_suite;