GAS: Remove unnecessarily duplicate gas_frag_limit configuration
The actual BSS configuration parameter can be updated with the SET control interface command, so there is no need to maintain a separate per-BSS parameter and a separate control interface handling for this. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
678dcebedd
commit
2977f5193a
6 changed files with 15 additions and 19 deletions
|
@ -96,6 +96,8 @@ void hostapd_config_defaults_bss(struct hostapd_bss_config *bss)
|
|||
|
||||
bss->sae_anti_clogging_threshold = 5;
|
||||
|
||||
bss->gas_frag_limit = 1400;
|
||||
|
||||
#ifdef CONFIG_FILS
|
||||
dl_list_init(&bss->fils_realms);
|
||||
#endif /* CONFIG_FILS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue