#20764: modify wifi setings from luci deletes nasid used by 802.11r
-------------------------------------------------+-------------------------
 Reporter:  mark@…                               |      Owner:
     Type:  defect                               |     Status:  new
 Priority:  normal                               |  Milestone:
Component:  luci                                 |    Version:  Chaos
 Keywords:  luci 80211r 802.11r nasid  PMK-R0    |  Calmer 15.05
  Key Holder identifier                          |
-------------------------------------------------+-------------------------
 I am configuring 802.11r by writing values in /etc/config/wireless

 config wifi-iface
         option device 'radio0'
         option mode 'ap'
         option ssid 'xxx'
         option encryption 'psk2+ccmp'
         option key 'xxxxx'
         option network 'lan'
         option wps_pushbutton '0'
         option ieee80211r '1'
         option mobility_domain 'c2b1'
         option pmk_r1_push '1'
         option r1_key_holder '647002bb81b4'
         option r0kh
 'e8:94:f6:ec:15:60,bca.zxy,00112233445566778899aabbccddee00'
         option r1kh
 'e8:94:f6:ec:15:60,e8:94:f6:ec:15:60,00112233445566778899aabbccddee11'
       option nasid 'abc.xyz'

 all is good, however as soon as i modify wifi setting from within luci
 e.g. change channel, this deletes

 option nasid 'abc.xyz'

 and wifi fails to start with
 Tue Oct 20 10:12:45 2015 daemon.notice netifd: radio0 (1437):
 Configuration file: /var/run/hostapd-phy0.conf
 Tue Oct 20 10:12:45 2015 daemon.notice netifd: radio0 (1437): FT (IEEE
 802.11r) requires nas_identifier to be configured as a 1..48 octet string
 Tue Oct 20 10:12:45 2015 daemon.notice netifd: radio0 (1437): 1 errors
 found in configuration file '/var/run/hostapd-phy0.conf'
 Tue Oct 20 10:12:45 2015 daemon.notice netifd: radio0 (1437): Failed to
 set up interface with /var/run/hostapd-phy0.conf
 Tue Oct 20 10:12:45 2015 daemon.notice netifd: radio0 (1437): Failed to
 initialize interface
 Tue Oct 20 10:12:45 2015 daemon.notice netifd: radio0 (1437): Device setup
 failed: HOSTAPD_START_FAILED

 I noticed that there is another nasid variable used by radius.. maybe luci
 is confused between the two?

--
Ticket URL: <https://dev.openwrt.org/ticket/20764>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to