Searched refs:cfg80211_chandef_compatible (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | chan.c | 94 compat = cfg80211_chandef_compatible(&sdata->reserved_chandef, in ieee80211_chanctx_reserved_chandef() 120 compat = cfg80211_chandef_compatible( in ieee80211_chanctx_non_reserved_chandef() 349 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef)); in ieee80211_change_chanctx() 382 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef); in ieee80211_find_chanctx() 588 compat = cfg80211_chandef_compatible( in ieee80211_recalc_chanctx_chantype() 602 compat = cfg80211_chandef_compatible(&sta->tdls_chandef, in ieee80211_recalc_chanctx_chantype() 1710 compat = cfg80211_chandef_compatible(&conf->def, chandef); in ieee80211_vif_change_bandwidth()
|
D | spectmgmt.c | 172 if (!cfg80211_chandef_compatible(&new_vht_chandef, in ieee80211_parse_ch_switch_ie()
|
D | mesh.c | 100 if (!cfg80211_chandef_compatible(&sdata->vif.bss_conf.chandef, in mesh_matches_local()
|
D | ibss.c | 1082 if (!cfg80211_chandef_compatible(&sdata->u.ibss.chandef, in ieee80211_update_sta_info()
|
D | util.c | 3242 cfg80211_chandef_compatible(chandef, in ieee80211_check_combinations()
|
D | mlme.c | 268 if (!cfg80211_chandef_compatible(chandef, &vht_chandef)) { in ieee80211_determine_chantype()
|
/linux-4.4.14/net/wireless/ |
D | chan.c | 186 cfg80211_chandef_compatible(const struct cfg80211_chan_def *c1, in cfg80211_chandef_compatible() function 238 EXPORT_SYMBOL(cfg80211_chandef_compatible);
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 468 cfg80211_chandef_compatible(const struct cfg80211_chan_def *chandef1,
|