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

/linux-master/net/wireless/tests/
H A Dchan.c208 ret = cfg80211_chandef_compatible(&c1, &params->c2);
214 ret = cfg80211_chandef_compatible(&params->c2, &c1);
/linux-master/net/mac80211/
H A Dspectmgmt.c376 if (!cfg80211_chandef_compatible(&new_chandef,
H A Dchan.c105 compat = cfg80211_chandef_compatible(&a->oper, &b->oper);
516 !cfg80211_chandef_compatible(&ctx->conf.def, &chanreq->oper));
H A Dibss.c1059 if (!cfg80211_chandef_compatible(&sdata->u.ibss.chandef,
H A Dmesh.c114 if (!cfg80211_chandef_compatible(&sdata->vif.bss_conf.chanreq.oper,
H A Dutil.c3980 cfg80211_chandef_compatible(chandef,
H A Dmlme.c290 if (!cfg80211_chandef_compatible(chandef, &vht_chandef)) {
331 if (!cfg80211_chandef_compatible(chandef, &eht_chandef)) {
/linux-master/net/wireless/
H A Dchan.c535 cfg80211_chandef_compatible(const struct cfg80211_chan_def *c1, function
545 EXPORT_SYMBOL(cfg80211_chandef_compatible); variable
H A Dnl80211.c12408 compat_chandef = cfg80211_chandef_compatible(&chandef,
/linux-master/include/net/
H A Dcfg80211.h985 * cfg80211_chandef_compatible - check if two channel definitions are compatible
993 cfg80211_chandef_compatible(const struct cfg80211_chan_def *chandef1,

Completed in 466 milliseconds