Convert channel number to frequency
int ieee80211_channel_to_frequency(int chan, enum ieee80211_band band);
chan
channel number
band
band, necessary due to channel number overlap
The corresponding frequency (in MHz), or 0 if the conversion failed.
Johannes Berg <[email protected]>
Author.