Lines Matching defs:chanctx_conf
353 struct ieee80211_chanctx_conf *chanctx_conf;
846 struct ieee80211_chanctx_conf *chanctx_conf;
2497 struct ieee80211_chanctx_conf *chanctx_conf)
2501 hw->conf.radar_enabled = chanctx_conf->radar_enabled;
2502 error = lkpi_80211_update_chandef(hw, chanctx_conf);
2508 struct ieee80211_chanctx_conf *chanctx_conf __unused)
2516 struct ieee80211_chanctx_conf *chanctx_conf, uint32_t changed __unused)
2518 hw->conf.radar_enabled = chanctx_conf->radar_enabled;
2519 lkpi_80211_update_chandef(hw, chanctx_conf);
2527 struct ieee80211_chanctx_conf *chanctx_conf;
2541 chanctx_conf = vifs[0].new_ctx;
2542 error = lkpi_80211_update_chandef(hw, chanctx_conf);