Searched refs:cfg80211_chandef_compatible (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | chan.c | 95 compat = cfg80211_chandef_compatible(&sdata->reserved_chandef, in ieee80211_chanctx_reserved_chandef() 121 compat = cfg80211_chandef_compatible( in ieee80211_chanctx_non_reserved_chandef() 355 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef)); in ieee80211_change_chanctx() 388 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef); in ieee80211_find_chanctx() 602 compat = cfg80211_chandef_compatible( in ieee80211_recalc_chanctx_chantype() 616 compat = cfg80211_chandef_compatible(&sta->tdls_chandef, in ieee80211_recalc_chanctx_chantype() 1724 compat = cfg80211_chandef_compatible(&conf->def, chandef); in ieee80211_vif_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 | 1090 if (!cfg80211_chandef_compatible(&sdata->u.ibss.chandef, in ieee80211_update_sta_info()
|
H A D | mesh.c | 109 if (!cfg80211_chandef_compatible(&sdata->vif.bss_conf.chandef, in mesh_matches_local()
|
H A D | util.c | 4339 cfg80211_chandef_compatible(chandef, in ieee80211_check_combinations()
|
H A D | mlme.c | 285 if (!cfg80211_chandef_compatible(chandef, &vht_chandef)) { in ieee80211_determine_chantype()
|
/kernel/linux/linux-6.6/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 | 4863 cfg80211_chandef_compatible(chandef, in ieee80211_check_combinations()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | chan.c | 344 cfg80211_chandef_compatible(const struct cfg80211_chan_def *c1, in cfg80211_chandef_compatible() function 396 EXPORT_SYMBOL(cfg80211_chandef_compatible); variable
|
H A D | nl80211.c | 11040 compat_chandef = cfg80211_chandef_compatible(&wdev->chandef, in nl80211_remain_on_channel()
|
/kernel/linux/linux-6.6/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); variable
|
H A D | nl80211.c | 12391 compat_chandef = cfg80211_chandef_compatible(&chandef, in nl80211_remain_on_channel()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 830 * cfg80211_chandef_compatible - check if two channel definitions are compatible 838 cfg80211_chandef_compatible(const struct cfg80211_chan_def *chandef1,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 915 * cfg80211_chandef_compatible - check if two channel definitions are compatible 923 cfg80211_chandef_compatible(const struct cfg80211_chan_def *chandef1,
|
Completed in 106 milliseconds