Wpad 802.11w no longer working in trunk?

The problem has been reported to the Mailing-List.
http://lists.infradead.org/pipermail/lede-dev/2017-October/009262.html

Apparently, the issue started with:
"
author Hauke Mehrtens
Tue, 22 Aug 2017 21:59:48 +0000 (23:59 +0200)
committer Hauke Mehrtens
Sun, 1 Oct 2017 10:49:11 +0000 (12:49 +0200)
commit a8f63a0717f553e0a1b37ee9212fc4cb2a801426
mac80211: update to backports-4.14-rc2"

Let's see how this will play out.

What does WPS has to do with ieee80211w?
I think the problem is the newer version of hostapd

Nothing directly. But the CONFIG_WPS did set the NEED_SHA256 dependency in src/hostapd/Makefile (which CONFIG_IEEE80211W needs). Without CONFIG_WPS, this is no longer the case. But other options set it as well,
with any luck something else in the hostapd-full.config needs it too and sets it.

But If this error can really be traced to the the backports-4.14-rc2 patch, you could also try if installing the kmod-cmac module helps. (Note: the module will need to be loaded / (or you reboot the router). I know that mac80211 can request missing cipher modules at runtime and that this is working on a debian system with udev / systemd. But I haven't
verified that procd does it too ).

But in my commit i removed CONFIG_WPS2, not CONFIG_WPS...

I'm going to test the older hostapd version

Ok, just tested with older version of hostapd (2016-12-19) and it's NOT working.
So the problem may be really related to backports-4.14-rc2.

Felix has posted RFT on the mailing-list.

For me it's working again after this commit
https://github.com/lede-project/source/commit/609208597b6d18b0c1730f34685db73c859aa492

But now I have another problem LOL
The txpower now is alway at minimum...
With iwinfo phy0 txpower
i receive:

   0 dBm (   1 mW)
   1 dBm (   1 mW)
   2 dBm (   1 mW)
*  3 dBm (   1 mW)
   4 dBm (   2 mW)
   5 dBm (   3 mW)
   6 dBm (   3 mW)
   7 dBm (   5 mW)
   8 dBm (   6 mW)
   9 dBm (   7 mW)
  10 dBm (  10 mW)
  11 dBm (  12 mW)
  12 dBm (  15 mW)
  13 dBm (  19 mW)
  14 dBm (  25 mW)
  15 dBm (  31 mW)
  16 dBm (  39 mW)
  17 dBm (  50 mW)
  18 dBm (  63 mW)
  19 dBm (  79 mW)
  20 dBm ( 100 mW)
  21 dBm ( 125 mW)

Also if I try with iw phy phy0 set txpower fixed 1500 nothing changes

Well, you know what to do: Report your findings to the Mailing-List :wink: .

See also TX Power at minimum level

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.