mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-09 06:02:10 -05:00
hostapd: allow using iapp for any encryption type (fixes #18022)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42764
This commit is contained in:
parent
cd80931e03
commit
281f40cef2
@ -161,7 +161,8 @@ hostapd_set_bss_options() {
|
|||||||
maxassoc max_inactivity disassoc_low_ack isolate auth_cache \
|
maxassoc max_inactivity disassoc_low_ack isolate auth_cache \
|
||||||
wps_pushbutton wps_label ext_registrar wps_pbc_in_m1 \
|
wps_pushbutton wps_label ext_registrar wps_pbc_in_m1 \
|
||||||
wps_device_type wps_device_name wps_manufacturer wps_pin \
|
wps_device_type wps_device_name wps_manufacturer wps_pin \
|
||||||
macfilter ssid wmm hidden short_preamble rsn_preauth
|
macfilter ssid wmm hidden short_preamble rsn_preauth \
|
||||||
|
iapp_interface
|
||||||
|
|
||||||
set_default isolate 0
|
set_default isolate 0
|
||||||
set_default maxassoc 0
|
set_default maxassoc 0
|
||||||
@ -217,7 +218,7 @@ hostapd_set_bss_options() {
|
|||||||
auth_server auth_secret auth_port \
|
auth_server auth_secret auth_port \
|
||||||
acct_server acct_secret acct_port \
|
acct_server acct_secret acct_port \
|
||||||
dae_client dae_secret dae_port \
|
dae_client dae_secret dae_port \
|
||||||
nasid iapp_interface ownip \
|
nasid ownip \
|
||||||
eap_reauth_period dynamic_vlan \
|
eap_reauth_period dynamic_vlan \
|
||||||
vlan_tagged_interface
|
vlan_tagged_interface
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user