Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dchan.c95 compat = &link->reserved_chandef; in ieee80211_chanctx_reserved_chandef()
97 compat = cfg80211_chandef_compatible(&link->reserved_chandef, in ieee80211_chanctx_reserved_chandef()
1192 link->reserved_chandef = *chandef; in ieee80211_link_reserve_chanctx()
1288 &link->reserved_chandef); in ieee80211_link_use_reserved_reassign()
1292 if (link_conf->chandef.width != link->reserved_chandef.width) in ieee80211_link_use_reserved_reassign()
1295 ieee80211_link_update_chandef(link, &link->reserved_chandef); in ieee80211_link_use_reserved_reassign()
1365 &link->reserved_chandef); in ieee80211_link_use_reserved_assign()
1677 if (link_conf->chandef.width != link->reserved_chandef.width) in ieee80211_vif_use_reserved_switch()
1680 ieee80211_link_update_chandef(link, &link->reserved_chandef); in ieee80211_vif_use_reserved_switch()
H A Dieee80211_i.h997 struct cfg80211_chan_def reserved_chandef; member
H A Dutil.c4805 radar_detect |= BIT(link->reserved_chandef.width); in ieee80211_chanctx_radar_detect()
H A Dmlme.c1785 cfg80211_ch_switch_notify(sdata->dev, &link->reserved_chandef, 0, 0); in ieee80211_chswitch_post_beacon()