cozybit / authsae

Simultaneous Authentication of Equals: Unofficial official clone of the now stale http://sourceforge.net/projects/authsae
31 stars 28 forks source link

Topic implement mpm #88

Closed bcopeland closed 6 years ago

bcopeland commented 6 years ago

This PR implements a user space mesh peering manager (unencrypted mesh) that can join a mesh with a station that is using the kernel MPM, and ping it successfully.

I cleaned up a few whitespace issues and things along the way.

One thing is still TODO: we do get management frames but not beacons from the kernel, so I'll look into that as a follow-up.

bcopeland commented 6 years ago

Ok, I'll merge this PR and add the requested tests in the next one.