Searched refs:cfg80211_chandef_compatible (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/mac80211/ |
A D | chan.c | 97 compat = cfg80211_chandef_compatible(&link->reserved_chandef, in ieee80211_chanctx_reserved_chandef() 125 compat = cfg80211_chandef_compatible( in ieee80211_chanctx_non_reserved_chandef() 499 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef)); in ieee80211_change_chanctx() 538 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef); in ieee80211_find_chanctx() 782 compat = cfg80211_chandef_compatible(&link_conf->chandef, in ieee80211_recalc_chanctx_chantype() 797 compat = cfg80211_chandef_compatible(&sta->tdls_chandef, in ieee80211_recalc_chanctx_chantype() 1954 compat = cfg80211_chandef_compatible(&conf->def, chandef); in ieee80211_link_change_bandwidth()
|
A D | spectmgmt.c | 173 if (!cfg80211_chandef_compatible(&new_vht_chandef, in ieee80211_parse_ch_switch_ie()
|
A D | mesh.c | 110 if (!cfg80211_chandef_compatible(&sdata->vif.bss_conf.chandef, in mesh_matches_local()
|
A D | ibss.c | 1080 if (!cfg80211_chandef_compatible(&sdata->u.ibss.chandef, in ieee80211_update_sta_info()
|
A D | mlme.c | 373 if (!cfg80211_chandef_compatible(chandef, &vht_chandef)) { in ieee80211_determine_chantype() 404 if (!cfg80211_chandef_compatible(chandef, &eht_chandef)) { in ieee80211_determine_chantype()
|
A D | util.c | 4697 cfg80211_chandef_compatible(chandef, in ieee80211_check_combinations()
|
/linux-6.3-rc2/net/wireless/ |
A D | chan.c | 377 cfg80211_chandef_compatible(const struct cfg80211_chan_def *c1, in cfg80211_chandef_compatible() function 446 EXPORT_SYMBOL(cfg80211_chandef_compatible);
|
A D | nl80211.c | 12240 compat_chandef = cfg80211_chandef_compatible(&chandef, in nl80211_remain_on_channel()
|
/linux-6.3-rc2/include/net/ |
A D | cfg80211.h | 908 cfg80211_chandef_compatible(const struct cfg80211_chan_def *chandef1,
|
Completed in 78 milliseconds