I\'m trying to use nl80211.h for scanning access points for a simple WLAN manager. I can\'t find any example code and only documentation I can find is kerneldoc. I have been
nl80211.h only provides these enums for you to use with the real wireless library (which is libnl). You can use libnl by downloading it and including it in your c program: http://www.carisma.slowglass.com/~tgr/libnl/
Then with nl80211.h included, you can use all the enums that are defined with the commands defined in libnl.