[FS#550] hostapd (wpad-mesh) fails to start interface at same time with meshpoint interface

LEDE Bugs lede-bugs at lists.infradead.org
Wed Feb 22 07:46:52 PST 2017


The following task has a new comment added:

FS#550 - hostapd (wpad-mesh) fails to start interface at same time with meshpoint interface
User who did this - Charlemagne Lasse (charlemagnelasse)

----------
Just something I've noticed: When encryption is set to none + a key is set (to "reallysecretkey") then it fails.

But when you set encryption to none and key not at all then it will work. The relevant code portion can be found in lib/netifd/wireless/mac80211.sh


		mesh)
			# authsae or wpa_supplicant
			json_get_vars key
			if [ -n "$key" ]; then


It checks for key and not encryption - thought it would check for encryption != none.

So it may not affect gluon after all because their config doesn't contain a "key" setting for the meshpoint device.

But the rest (encrypted mesh + AP) looks like a regression to me. It was working with encryption well in the past when it was still called OpenWrt - forgot the commit I've used.
----------

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



More information about the lede-bugs mailing list