FT: Move RxKH configuration clearing into a helper function
This can be used as a shared function for reloading RxKHs at runtime. Signed-off-by: Dariusz Kopka <dariusz@plume.com>
This commit is contained in:
parent
c69ce778f6
commit
e94a7d7940
2 changed files with 27 additions and 20 deletions
|
@ -1348,6 +1348,7 @@ void hostapd_config_free_radius_attr(struct hostapd_radius_attr *attr);
|
|||
void hostapd_config_free_eap_user(struct hostapd_eap_user *user);
|
||||
void hostapd_config_free_eap_users(struct hostapd_eap_user *user);
|
||||
void hostapd_config_clear_wpa_psk(struct hostapd_wpa_psk **p);
|
||||
void hostapd_config_clear_rxkhs(struct hostapd_bss_config *conf);
|
||||
void hostapd_config_free_bss(struct hostapd_bss_config *conf);
|
||||
void hostapd_config_free(struct hostapd_config *conf);
|
||||
int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue