Searched refs:non_pref (Results 1 - 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dmbo.c127 struct wpa_mbo_non_pref_channel *non_pref = NULL; local
130 non_pref = &wpa_s->non_pref_chan[i];
131 if (!non_pref ||
132 non_pref->oper_class != start_pref->oper_class ||
133 non_pref->reason != start_pref->reason ||
134 non_pref->preference != start_pref->preference) {
142 if (!non_pref)
146 start_pref = non_pref;

Completed in 141 milliseconds