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);
|
||||
}
|
||||
|
|
|
@ -572,6 +572,7 @@ struct hostapd_config {
|
|||
int *basic_rates;
|
||||
|
||||
const struct wpa_driver_ops *driver;
|
||||
char *driver_params;
|
||||
|
||||
int ap_table_max_size;
|
||||
int ap_table_expiration_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue