Home
last modified time | relevance | path

Searched refs:oper_freq (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/wireless/
H A Dchan.c339 u32 control_freq, oper_freq; in cfg80211_chandef_valid() local
370 oper_freq = ieee80211_chandef_to_khz(chandef); in cfg80211_chandef_valid()
382 oper_freq + MHZ_TO_KHZ(oper_width) / 2) in cfg80211_chandef_valid()
386 oper_freq - MHZ_TO_KHZ(oper_width) / 2) in cfg80211_chandef_valid()
/linux-6.15/net/mac80211/
H A Dutil.c3191 u32 oper_freq; in ieee80211_chandef_s1g_oper() local
3216 oper_freq = ieee80211_channel_to_freq_khz(oper->oper_ch, in ieee80211_chandef_s1g_oper()
3218 chandef->center_freq1 = KHZ_TO_MHZ(oper_freq); in ieee80211_chandef_s1g_oper()
3219 chandef->freq1_offset = oper_freq % 1000; in ieee80211_chandef_s1g_oper()