Searched refs:ieee80211_get_channel_khz (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | chan.c | 478 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_chans_dfs_required() 564 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_chans_dfs_usable() 756 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_chans_dfs_available() 820 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_chans_dfs_cac_time() 876 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_secondary_chans_ok()
|
| H A D | util.c | 167 struct ieee80211_channel *ieee80211_get_channel_khz(struct wiphy *wiphy, in ieee80211_get_channel_khz() function 190 EXPORT_SYMBOL(ieee80211_get_channel_khz);
|
| H A D | scan.c | 1859 alt_channel = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_bss_channel()
|
| H A D | nl80211.c | 1429 chan = ieee80211_get_channel_khz(wiphy, freq); in nl80211_get_valid_chan() 2910 chandef->chan = ieee80211_get_channel_khz(&rdev->wiphy, control_freq); in nl80211_parse_chandef() 8147 chan = ieee80211_get_channel_khz(wiphy, freq); in nl80211_trigger_scan()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | scan.c | 316 channel = ieee80211_get_channel_khz(local->hw.wiphy, in ieee80211_scan_rx()
|
| H A D | mlme.c | 3776 channel = ieee80211_get_channel_khz(local->hw.wiphy, in ieee80211_rx_bss_info()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | cfg80211.h | 5500 ieee80211_get_channel_khz(struct wiphy *wiphy, u32 freq); 5512 return ieee80211_get_channel_khz(wiphy, MHZ_TO_KHZ(freq)); in ieee80211_get_channel()
|