IEEE80211_GET_CHANNE(9) | Utility functions | IEEE80211_GET_CHANNE(9) |
NAME¶
ieee80211_get_channel - 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 <johannes@sipsolutions.net>
Author.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |