Home
last modified time | relevance | path

Searched refs:non_pref_chan (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dmbo.c133 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].oper_class); in wpas_mbo_non_pref_chan_attr_body()
136 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[i].chan); in wpas_mbo_non_pref_chan_attr_body()
138 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].preference); in wpas_mbo_non_pref_chan_attr_body()
139 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason); in wpas_mbo_non_pref_chan_attr_body()
192 if (!wpa_s->non_pref_chan || !wpa_s->non_pref_chan_num) { in wpas_mbo_non_pref_chan_attrs()
199 start_pref = &wpa_s->non_pref_chan[0]; in wpas_mbo_non_pref_chan_attrs()
205 non_pref = &wpa_s->non_pref_chan[i]; in wpas_mbo_non_pref_chan_attrs()
355 const char *non_pref_chan) in wpas_mbo_update_non_pref_chan() argument
363 non_pref_chan ? non_pref_chan : "N/A"); in wpas_mbo_update_non_pref_chan()
369 if (!non_pref_chan || os_strlen(non_pref_chan) < 7) in wpas_mbo_update_non_pref_chan()
[all …]
Dwpa_supplicant_i.h131 } *non_pref_chan; member
182 struct non_pref_chan_s *non_pref_chan);
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/include/
Desp_mbo.h34 struct non_pref_chan { struct
50 …struct non_pref_chan chan[]; /**< Array of structures representing individual non-preferred channe… argument
61 int esp_mbo_update_non_pref_chan(struct non_pref_chan_s *non_pref_chan);
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_common.c542 int esp_mbo_update_non_pref_chan(struct non_pref_chan_s *non_pref_chan) in esp_mbo_update_non_pref_chan() argument
544 int ret = wpas_mbo_update_non_pref_chan(&g_wpa_supp, non_pref_chan); in esp_mbo_update_non_pref_chan()