Searched refs:mesh_chansw_params_ie (Results 1 – 4 of 4) sorted by relevance
74 if (elems->mesh_chansw_params_ie) { in ieee80211_parse_ch_switch_ie()75 csa_ie->ttl = elems->mesh_chansw_params_ie->mesh_ttl; in ieee80211_parse_ch_switch_ie()76 csa_ie->mode = elems->mesh_chansw_params_ie->mesh_flags; in ieee80211_parse_ch_switch_ie()78 elems->mesh_chansw_params_ie->mesh_pre_value); in ieee80211_parse_ch_switch_ie()
1232 ifmsh->chsw_ttl = elems.mesh_chansw_params_ie->mesh_ttl; in mesh_rx_csa_frame()1236 pre_value = le16_to_cpu(elems.mesh_chansw_params_ie->mesh_pre_value); in mesh_rx_csa_frame()
1016 sizeof(*elems->mesh_chansw_params_ie)) { in ieee802_11_parse_elems_crc()1020 elems->mesh_chansw_params_ie = (void *)pos; in ieee802_11_parse_elems_crc()
1474 const struct ieee80211_mesh_chansw_params_ie *mesh_chansw_params_ie; member