Searched refs:non_pref (Results 1 – 1 of 1) sorted by relevance
126 struct wpa_mbo_non_pref_channel *non_pref = NULL; in wpas_mbo_non_pref_chan_attrs() local129 non_pref = &wpa_s->non_pref_chan[i]; in wpas_mbo_non_pref_chan_attrs()130 if (!non_pref || in wpas_mbo_non_pref_chan_attrs()131 non_pref->oper_class != start_pref->oper_class || in wpas_mbo_non_pref_chan_attrs()132 non_pref->reason != start_pref->reason || in wpas_mbo_non_pref_chan_attrs()133 non_pref->reason_detail != start_pref->reason_detail || in wpas_mbo_non_pref_chan_attrs()134 non_pref->preference != start_pref->preference) { in wpas_mbo_non_pref_chan_attrs()142 if (!non_pref) in wpas_mbo_non_pref_chan_attrs()146 start_pref = non_pref; in wpas_mbo_non_pref_chan_attrs()