Skip to content
Snippets Groups Projects

hostapd: fix 5GHz fails to start after reboot

Merged Reidar Cederqvist - Genexis requested to merge hostapd-fix-5g into release-4.3
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
 
--- a/src/ap/hostapd.c
 
+++ b/src/ap/hostapd.c
 
@@ -2198,6 +2198,8 @@ hostapd_alloc_bss_data(struct hostapd_if
 
hapd->ctrl_sock = -1;
 
dl_list_init(&hapd->ctrl_dst);
 
dl_list_init(&hapd->nr_db);
 
+ dl_list_init(&hapd->erp_keys);
 
+ dl_list_init(&hapd->multi_ap_blacklist);
 
 
return hapd;
 
}
Loading