Home
last modified time | relevance | path

Searched refs:interworking_select (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.h26 int interworking_select(struct wpa_supplicant *wpa_s, int auto_select,
DREADME-HS2043 unless requested explicitly with the interworking_select command. This
47 case works similarly to "interworking_select auto", i.e., wpa_supplicant
95 # (i.e., require explicit interworking_select command for this; default)
108 # interworking_select and interworking_connect commands are used.
417 Interworking network selection can be started with interworking_select
422 > interworking_select
466 "interworking_select auto" command can be used to request wpa_supplicant
473 > interworking_select auto
570 ANQP queries to be done as is run as part of interworking_select:
Dinterworking.c3168 int interworking_select(struct wpa_supplicant *wpa_s, int auto_select, in interworking_select() function
DChangeLog1044 - For interworking, add wpa_cli commands interworking_select,
1133 interworking_select, interworking_connect, anqp_get, fetch_anqp,
Dctrl_iface.c7464 return interworking_select(wpa_s, auto_sel, freqs); in ctrl_interworking_select()