tcatm / l3roamd

12 stars 4 forks source link

solve issue #29: don't bail out without nl80211 #31

Closed matwei closed 7 years ago

matwei commented 7 years ago

With this change the program just prints an error message when there is no support for nl80211 in the kernel.

To work properly it is checked wether ctx->wifistations_ctx.fd is initialized (!= 0) before polling at this file descriptor in function loop().