Hi,
We're trying to create a secure mesh but the meshd-nl80211 tool from authsae
fails to authenticate the nodes.
With the default debug messages with get the following:
NL80211_CMD_NEW_PEER_CANDIDATE(1390949875.361066)
libsae: process_mgmt_frame failed
EAFNOSUPPORT
We added a little more debug to identify why process_mgmt_frame fails and we saw
that it's because the STYPE from frame_control equals 0. It might mean something
to somebody here.
Here's what we do on both nodes to start the mesh network:
# iw dev wlan0 interface add mesh0 type mp
# ifconfig mesh0 up
# meshd-nl80211 -c authsae.conf
Our configuration is the following:
Wireless adapter: WN722N/WN821N
Driver: ath9k_htc (backports-3.12-1)
iw: 3.13
Our config file:
/* this is a comment */
authsae:
{
sae:
{
debug = 65535;
password = "meshpasswd";
group = [19, 26, 21, 25, 20];
blacklist = 5;
thresh = 5;
lifetime = 3600;
};
meshd:
{
meshid = "mesh_test";
interface = "mesh0";
band = "11g";
channel = 1;
htmode = "none";
mcast-rate = 12;
};
};
Any idea why this fails?_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel