Using nl80211.h to scan access points

后端 未结 2 618
死守一世寂寞
死守一世寂寞 2020-12-08 17:55

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

2条回答
  •  清歌不尽
    2020-12-08 18:26

    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.

提交回复
热议问题