Home
last modified time | relevance | path

Searched refs:cfg80211_chandef_compatible (Results 1 – 10 of 10) sorted by relevance

/linux/net/wireless/tests/
H A Dchan.c208 ret = cfg80211_chandef_compatible(&c1, &params->c2); in KUNIT_ARRAY_PARAM_DESC()
214 ret = cfg80211_chandef_compatible(&params->c2, &c1); in KUNIT_ARRAY_PARAM_DESC()
/linux/net/mac80211/
H A Dspectmgmt.c389 if (!cfg80211_chandef_compatible(&new_chandef, in ieee80211_parse_ch_switch_ie()
H A Dchan.c110 compat = cfg80211_chandef_compatible(&a->oper, &b->oper); in ieee80211_chanreq_compatible()
541 !cfg80211_chandef_compatible(&ctx->conf.def, &chanreq->oper)); in _ieee80211_change_chanctx()
H A Dmesh.c114 if (!cfg80211_chandef_compatible(&sdata->vif.bss_conf.chanreq.oper, in mesh_matches_local()
H A Dibss.c1060 if (!cfg80211_chandef_compatible(&sdata->u.ibss.chandef, in ieee80211_update_sta_info()
H A Dutil.c4048 cfg80211_chandef_compatible(chandef, &ctx->conf.def)) in ieee80211_fill_ifcomb_params()
H A Dmlme.c290 if (!cfg80211_chandef_compatible(chandef, &vht_chandef)) { in ieee80211_determine_ap_chan()
331 if (!cfg80211_chandef_compatible(chandef, &eht_chandef)) { in ieee80211_determine_ap_chan()
/linux/net/wireless/
H A Dchan.c573 cfg80211_chandef_compatible(const struct cfg80211_chan_def *c1, in cfg80211_chandef_compatible() function
583 EXPORT_SYMBOL(cfg80211_chandef_compatible);
H A Dnl80211.c12599 compat_chandef = cfg80211_chandef_compatible(&chandef, in nl80211_remain_on_channel()
/linux/include/net/
H A Dcfg80211.h996 cfg80211_chandef_compatible(const struct cfg80211_chan_def *chandef1,