[Projekt-wlan] [PATCHv3 00/12] Tagged VLAN and per_sta_vif support

M. Braun michael-dev at fami-braun.de
Tue Feb 9 03:54:18 PST 2016


Hi,

Am 08.02.2016 um 18:29 schrieb Jouni Malinen:
> That patch seems to break hostapd for number of hwsim test cases, e.g.,
> ap_vlan_wpa2_radius. The hostapd process seems to end up in some kind of
> busy loop when processing Access-Accept and that makes it very difficult
> to run any hwsim testing.

I think the issue is introduced by following change you made to
radius_msg_get_vlanid:

>-       for (i = 0; i < numtagged; i++)
>-               tagged[i] = 0;
>+       for (j = 0; j < numtagged; i++)
>+               tagged[j] = 0;

The loop variable is not incremented (i instead of j).

The attached change fixes ap_vlan_wpa2_radius for me.

Shall I resent the full fixed series?

Regards,
M. Braun
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix.diff
Type: text/x-patch
Size: 460 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/hostap/attachments/20160209/44a5e9b8/attachment.bin>


More information about the Hostap mailing list