hostapd: Set LCI and Location Civic information in configuration
Enable configuration of LCI and location civic information in hostapd.conf. Signed-off-by: David Spinadel <david.spinadel@intel.com>
This commit is contained in:
parent
cb285151a9
commit
74e982d8d7
4 changed files with 19 additions and 2 deletions
|
@ -606,6 +606,8 @@ void hostapd_config_free(struct hostapd_config *conf)
|
|||
#ifdef CONFIG_ACS
|
||||
os_free(conf->acs_chan_bias);
|
||||
#endif /* CONFIG_ACS */
|
||||
wpabuf_free(conf->lci);
|
||||
wpabuf_free(conf->civic);
|
||||
|
||||
os_free(conf);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue