[FS#274] Using 802.11r Fast Transition and LUCI causes the removal of /etc/config/wireless nasid keyword

LEDE Bugs lede-bugs at lists.infradead.org
Mon Nov 7 02:24:13 PST 2016


A new Flyspray task has been opened.  Details are below. 

User who did this - Warren Linton (muddyfeet) 

Attached to Project - LEDE Project
Summary - Using 802.11r Fast Transition and LUCI causes the removal of /etc/config/wireless nasid keyword 
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - Using 802.11r Fast Transition config - this requires hand editing /etc/config/wireless

Subsequently, making any change to the wireless config in LUCI causes the nasid line to be deleted and the radio will not restart.

Problem observed with TP-Link Archer C7 v2, LEDE Reboot r2094 / LuCI Master (git-16.306.57050-d7d9772)

This issue seems to have been around for a while - see https://dev.openwrt.org/ticket/20764

I agree with the poster on on the openwrt ticket above that the issue seems to be a confusion between the RADIUS nasid and the 802.11r nasid. Maybe a solution is to change the 802.11r nasid keyword to something else?

My /etc/config/wireless is listed below



config wifi-device 'radio0'
	option type 'mac80211'
	option hwmode '11a'
	option path 'pci0000:01/0000:01:00.0'
	option country 'GB'
	option txpower '20'
	option channel '108'
	option htmode 'VHT80'
	option log_level '0'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option network 'lan'
	option encryption 'psk2+ccmp'
	option key 'ghapesxu'
	option mode 'ap'
	option ssid 'VM779596-2G'
	option isolate '0'
	option ieee80211r '1'
	option nasid '14CC20BE88C8'
	option mobility_domain '4f58'
	option r0_key_lifetime '10000'
	option r1_key_holder '14CC20BE88C8'
	option reassociation_deadline '1000'
	option pmk_r1_push '1'
	list r0kh '14:CC:20:47:14:E4,14CC204714E4,00112233445566778899aabbccddeeff'
	list r0kh '14:CC:20:47:14:E5,14CC204714E5,00112233445566778899aabbccddeeff'
	list r0kh '14:CC:20:BE:88:C8,14CC20BE88C8,00112233445566778899aabbccddeeff'
	list r0kh '14:CC:20:BE:88:C9,14CC20BE88C9,00112233445566778899aabbccddeeff'
	list r1kh '14:CC:20:47:14:E4,14:CC:20:47:14:E4,00112233445566778899aabbccddeeff'
	list r1kh '14:CC:20:47:14:E5,14:CC:20:47:14:E5,00112233445566778899aabbccddeeff'
	list r1kh '14:CC:20:BE:88:C8,14:CC:20:BE:88:C8,00112233445566778899aabbccddeeff'
	list r1kh '14:CC:20:BE:88:C9,14:CC:20:BE:88:C9,00112233445566778899aabbccddeeff'

config wifi-device 'radio1'
	option type 'mac80211'
	option hwmode '11g'
	option path 'platform/qca955x_wmac'
	option htmode 'HT20'
	option country 'GB'
	option txpower '20'
	option channel '1'
	option log_level '0'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option network 'lan'
	option mode 'ap'
	option ssid 'VM779596-2G'
	option encryption 'psk2+ccmp'
	option key 'ghapesxu'
	option isolate '0'
	option ieee80211r '1'
	option nasid '14CC20BE88C9'
	option mobility_domain '4f58'
	option r0_key_lifetime '10000'
	option r1_key_holder '14CC20BE88C9'
	option reassociation_deadline '1000'
	option pmk_r1_push '1'
	list r0kh '14:CC:20:47:14:E4,14CC204714E4,00112233445566778899aabbccddeeff'
	list r0kh '14:CC:20:47:14:E5,14CC204714E5,00112233445566778899aabbccddeeff'
	list r0kh '14:CC:20:BE:88:C8,14CC20BE88C8,00112233445566778899aabbccddeeff'
	list r0kh '14:CC:20:BE:88:C9,14CC20BE88C9,00112233445566778899aabbccddeeff'
	list r1kh '14:CC:20:47:14:E4,14:CC:20:47:14:E4,00112233445566778899aabbccddeeff'
	list r1kh '14:CC:20:47:14:E5,14:CC:20:47:14:E5,00112233445566778899aabbccddeeff'
	list r1kh '14:CC:20:BE:88:C8,14:CC:20:BE:88:C8,00112233445566778899aabbccddeeff'
	list r1kh '14:CC:20:BE:88:C9,14:CC:20:BE:88:C9,00112233445566778899aabbccddeeff'









   

 

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=274



More information about the lede-bugs mailing list