Re: ieee80211 scan function starting point

2017-11-13 Thread Adrian Chadd
hi! So, the scan portion works a couple ways. Firstly, the interface moves to mode IEEE80211_S_SCAN . That's when it's looking for networks to connect to. Secondly, it marks a FEXT or a normal flag SCAN, which says "i'm doing scanning as well as normal receive." Think of this for example like do

ieee80211 scan function starting point

2017-11-13 Thread Farhan Khan
Hi all, I am trying to get the "ifconfig wlan0 list scan" command to display local access points. I am fairly certain I have the "up" part working (loading firmware, turning it on) but the scan portion does not yet. I am trying to identify what functions I might have missed with dtrace, but