|
|
@@ -363,7 +363,7 @@ function iface_roaming(config) {
|
|
|
if (!config.ieee80211r || config.wpa < 2)
|
|
|
return;
|
|
|
|
|
|
- set_default(config, 'mobility_domain', substr(md5(config.ssid), 0, 4));
|
|
|
+ set_default(config, 'mobility_domain', substr(md5(config.ssid + '\n'), 0, 4));
|
|
|
set_default(config, 'ft_psk_generate_local', config.auth_type == 'psk');
|
|
|
set_default(config, 'ft_iface', config.network_ifname);
|
|
|
|