Hi all, I am trying to understand the different channels in `struct ieee80211com`. I see 2 types of ieee80211_channel values: * ic_ibss_chan * ic_des_chan - Desired channel, pretty straight forward
What is ic_ibss_chan used for? My initial guess was that it was the "current channel", but given that other implementations of net80211 (NetBSD, FreeBSD, Illumos) have `ic_curchan`, it does not seem to be the current channel. What is ic_ibss_channel used for? And where is the current channel information stored? Thanks! -- Farhan Khan PGP Fingerprint: 1312 89CE 663E 1EB2 179C 1C83 C41D 2281 F8DA C0DE
