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.
402 Interworking network selection can be started with interworking_select
407 > interworking_select
451 "interworking_select auto" command can be used to request wpa_supplicant
458 > interworking_select auto
555 ANQP queries to be done as is run as part of interworking_select:
Dinterworking.c3054 int interworking_select(struct wpa_supplicant *wpa_s, int auto_select, in interworking_select() function
DChangeLog876 - For interworking, add wpa_cli commands interworking_select,
965 interworking_select, interworking_connect, anqp_get, fetch_anqp,
Dctrl_iface.c6660 return interworking_select(wpa_s, auto_sel, freqs); in ctrl_interworking_select()