Searched refs:ieee80211_get_channel_khz (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/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); variable
|
H A D | scan.c | 1902 alt_channel = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_bss_channel()
|
H A D | nl80211.c | 1430 chan = ieee80211_get_channel_khz(wiphy, freq); in nl80211_get_valid_chan() 2911 chandef->chan = ieee80211_get_channel_khz(&rdev->wiphy, control_freq); in nl80211_parse_chandef() 8150 chan = ieee80211_get_channel_khz(wiphy, freq); in nl80211_trigger_scan()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | chan.c | 528 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_chans_dfs_required() 614 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_chans_dfs_usable() 860 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_chans_dfs_available() 924 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_chans_dfs_cac_time() 980 c = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_secondary_chans_ok()
|
H A D | util.c | 168 struct ieee80211_channel *ieee80211_get_channel_khz(struct wiphy *wiphy, in ieee80211_get_channel_khz() function 191 EXPORT_SYMBOL(ieee80211_get_channel_khz); variable
|
H A D | scan.c | 1971 alt_channel = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_get_bss_channel() 2711 data.channel = ieee80211_get_channel_khz(wiphy, freq); in cfg80211_parse_ml_elem_sta_data()
|
H A D | nl80211.c | 1586 chan = ieee80211_get_channel_khz(wiphy, freq); in nl80211_get_valid_chan() 3247 chandef->chan = ieee80211_get_channel_khz(&rdev->wiphy, control_freq); in nl80211_parse_chandef() 9227 chan = ieee80211_get_channel_khz(wiphy, freq); in nl80211_trigger_scan()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 5429 * ieee80211_get_channel_khz - get channel struct from wiphy for specified 5436 ieee80211_get_channel_khz(struct wiphy *wiphy, u32 freq); 5448 return ieee80211_get_channel_khz(wiphy, MHZ_TO_KHZ(freq)); in ieee80211_get_channel()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | scan.c | 285 channel = ieee80211_get_channel_khz(local->hw.wiphy, in ieee80211_scan_rx()
|
H A D | mlme.c | 5510 channel = ieee80211_get_channel_khz(local->hw.wiphy, in ieee80211_rx_bss_info()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 6225 * ieee80211_get_channel_khz - get channel struct from wiphy for specified 6232 ieee80211_get_channel_khz(struct wiphy *wiphy, u32 freq); 6244 return ieee80211_get_channel_khz(wiphy, MHZ_TO_KHZ(freq)); in ieee80211_get_channel()
|
Completed in 96 milliseconds