Home
last modified time | relevance | path

Searched refs:reserved_chandef (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/net/mac80211/
Dchan.c95 compat = &sdata->reserved_chandef; in ieee80211_chanctx_reserved_chandef()
97 compat = cfg80211_chandef_compatible(&sdata->reserved_chandef, in ieee80211_chanctx_reserved_chandef()
1067 sdata->reserved_chandef = *chandef; in ieee80211_vif_reserve_chanctx()
1148 &sdata->reserved_chandef); in ieee80211_vif_use_reserved_reassign()
1152 if (sdata->vif.bss_conf.chandef.width != sdata->reserved_chandef.width) in ieee80211_vif_use_reserved_reassign()
1155 ieee80211_vif_update_chandef(sdata, &sdata->reserved_chandef); in ieee80211_vif_use_reserved_reassign()
1223 &sdata->reserved_chandef); in ieee80211_vif_use_reserved_assign()
1530 sdata->reserved_chandef.width) in ieee80211_vif_use_reserved_switch()
1533 ieee80211_vif_update_chandef(sdata, &sdata->reserved_chandef); in ieee80211_vif_use_reserved_switch()
Dieee80211_i.h966 struct cfg80211_chan_def reserved_chandef; member
Dutil.c4487 radar_detect |= BIT(sdata->reserved_chandef.width); in ieee80211_chanctx_radar_detect()
Dmlme.c1317 cfg80211_ch_switch_notify(sdata->dev, &sdata->reserved_chandef, 0); in ieee80211_chswitch_post_beacon()