Searched defs:non_pref_chan (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dmbo.c65 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].oper_class);
68 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[i].chan);
70 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].preference);
71 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason);
119 if (!wpa_s->non_pref_chan || !wpa_s->non_pref_chan_num) {
124 start_pref = &wpa_s->non_pref_chan[0];
130 non_pref = &wpa_s->non_pref_chan[i];
269 const char *non_pref_chan)
276 wpa_printf(MSG_DEBUG, "MBO: Update non-preferred channels, non_pref_chan=%s",
277 non_pref_chan
268 wpas_mbo_update_non_pref_chan(struct wpa_supplicant *wpa_s, const char *non_pref_chan) argument
[all...]
H A Dconfig.h1283 * non_pref_chan - Non-preferred channels list, separated by spaces.
1288 char *non_pref_chan; member in struct:wpa_config
H A Dwpa_supplicant_i.h1096 } *non_pref_chan; member in struct:wpa_supplicant
1285 const char *non_pref_chan);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.h212 struct mbo_non_pref_chan_info *non_pref_chan; member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.h212 struct mbo_non_pref_chan_info *non_pref_chan; member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.h212 struct mbo_non_pref_chan_info *non_pref_chan; member in struct:sta_info

Completed in 2244 milliseconds