Add hostapd driver_params config parameter
This is mainly for development testing purposes to allow driver_nl80211 behavior to be modified. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ebd557288c
commit
0ecff8d7c3
7 changed files with 25 additions and 7 deletions
|
@ -566,6 +566,7 @@ void hostapd_config_free(struct hostapd_config *conf)
|
|||
os_free(conf->supported_rates);
|
||||
os_free(conf->basic_rates);
|
||||
os_free(conf->chanlist);
|
||||
os_free(conf->driver_params);
|
||||
|
||||
os_free(conf);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue