Lines Matching refs:csa
783 struct mesh_csa_settings *csa; in ieee80211_mesh_build_beacon() local
854 csa = rcu_dereference(ifmsh->csa); in ieee80211_mesh_build_beacon()
855 if (csa) { in ieee80211_mesh_build_beacon()
866 csa->settings.chandef.chan->center_freq); in ieee80211_mesh_build_beacon()
867 bcn->cntdwn_current_counter = csa->settings.count; in ieee80211_mesh_build_beacon()
869 *pos++ = csa->settings.count; in ieee80211_mesh_build_beacon()
878 *pos++ |= csa->settings.block_tx ? in ieee80211_mesh_build_beacon()
885 switch (csa->settings.chandef.width) { in ieee80211_mesh_build_beacon()
892 ct = cfg80211_get_chandef_type(&csa->settings.chandef); in ieee80211_mesh_build_beacon()
909 chandef = &csa->settings.chandef; in ieee80211_mesh_build_beacon()
1342 tmp_csa_settings = rcu_dereference_protected(ifmsh->csa, in ieee80211_mesh_finish_csa()
1344 RCU_INIT_POINTER(ifmsh->csa, NULL); in ieee80211_mesh_finish_csa()
1375 rcu_assign_pointer(ifmsh->csa, tmp_csa_settings); in ieee80211_mesh_csa_beacon()
1379 tmp_csa_settings = rcu_dereference(ifmsh->csa); in ieee80211_mesh_csa_beacon()
1380 RCU_INIT_POINTER(ifmsh->csa, NULL); in ieee80211_mesh_csa_beacon()