ieee80211_get_channel(9) get channel struct from wiphy for specified frequency

SYNOPSIS

struct ieee80211_channel * ieee80211_get_channel(struct wiphy * wiphy, int freq);

ARGUMENTS

wiphy

the struct wiphy to get the channel for

freq

the center frequency of the channel

RETURN

The channel struct from wiphy at freq.

AUTHOR

Johannes Berg <[email protected]>

Author.

COPYRIGHT