Searched refs:cfg80211_chandef_compatible (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/mac80211/ |
H 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() 507 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef)); in _ieee80211_change_chanctx() 554 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef); in ieee80211_find_chanctx() 798 compat = cfg80211_chandef_compatible(&link_conf->chandef, in ieee80211_recalc_chanctx_chantype() 818 compat = cfg80211_chandef_compatible(&sta->tdls_chandef, in ieee80211_recalc_chanctx_chantype() 1978 compat = cfg80211_chandef_compatible(&conf->def, chandef); in ieee80211_link_change_bandwidth()
|
H A D | spectmgmt.c | 173 if (!cfg80211_chandef_compatible(&new_vht_chandef, in ieee80211_parse_ch_switch_ie()
|
H A D | ibss.c | 1084 if (!cfg80211_chandef_compatible(&sdata->u.ibss.chandef, in ieee80211_update_sta_info()
|
H A D | mesh.c | 111 if (!cfg80211_chandef_compatible(&sdata->vif.bss_conf.chandef, in mesh_matches_local()
|
H 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()
|
H A D | util.c | 4867 cfg80211_chandef_compatible(chandef, in ieee80211_check_combinations()
|
/openbmc/linux/net/wireless/ |
H 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);
|
H A D | nl80211.c | 12430 compat_chandef = cfg80211_chandef_compatible(&chandef, in nl80211_remain_on_channel()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 923 cfg80211_chandef_compatible(const struct cfg80211_chan_def *chandef1,
|