Remove forgotten driver_test.c variables
hostapd was still providing couple of parameters that were used only in the already removed driver_test.c framework. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
73a2f82887
commit
ebd557288c
6 changed files with 1 additions and 13 deletions
|
@ -450,7 +450,6 @@ void hostapd_config_free_bss(struct hostapd_bss_config *conf)
|
|||
os_free(conf->eap_fast_a_id_info);
|
||||
os_free(conf->eap_sim_db);
|
||||
os_free(conf->radius_server_clients);
|
||||
os_free(conf->test_socket);
|
||||
os_free(conf->radius);
|
||||
os_free(conf->radius_das_shared_secret);
|
||||
hostapd_config_free_vlan(conf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue