wpa_supplicant: secured mesh and WiLink8 issue
Yegor Yefremov
yegorslists at googlemail.com
Fri Nov 4 01:48:20 PDT 2016
On Fri, Nov 4, 2016 at 9:43 AM, Yegor Yefremov
<yegorslists at googlemail.com> wrote:
> I'm trying to create a secured mesh network using wl18xx modules. My system:
>
> CPU: TI am335x
> WLAN: driver: wl18xx_driver
> version: 4.9.0-rc3
> firmware-version: Rev 8.9.0.0.69
I have no problem making an open mesh with following config:
network={
ssid="mymesh"
mode=5
frequency=2412
key_mgmt=NONE
psk="reallysecret"
}
i.e. ping is working. But when I use SAE,
network={
ssid="mymesh"
mode=5
frequency=2412
key_mgmt=SAE
psk="reallysecret"
}
I get a connection:
mesh: CTRL-EVENT-CONNECTED - Connection to 00:00:00:00:00:00 completed
[id=0 id_str=]
mesh: MESH-GROUP-STARTED ssid="mymesh" id=0
mesh: new peer notification for 54:4a:16:18:ef:50
mesh: mesh plink with 54:4a:16:18:ef:50 established
mesh: MESH-PEER-CONNECTED 54:4a:16:18:ef:50
But network layer is not working, i.e. ARP resolution etc. What's the problem?
Yegor
More information about the Hostap
mailing list