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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_registrar.c69 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc) argument
73 while (pbc) {
74 prev = pbc;
75 pbc = pbc->next;
84 int pbc; member in struct:wps_registrar
120 struct wps_pbc_session *pbc, *prev = NULL; local
125 pbc = reg->pbc_sessions;
126 while (pbc) {
127 if (os_memcmp(pbc
171 struct wps_pbc_session *pbc, *prev = NULL; local
194 struct wps_pbc_session *pbc; local
[all...]
H A Dwps.c57 data->pbc = cfg->pbc;
58 if (cfg->pbc) {
273 * @pbc: Whether searching for PBC mode APs
281 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev, argument
299 if (pbc)
313 wps_build_dev_password_id(ie, pbc ? DEV_PW_PUSHBUTTON :
H A Dwps.h116 * pbc - Whether this is protocol run uses PBC
118 int pbc; member in struct:wps_config
166 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev,
H A Dwps_i.h71 int pbc; member in struct:wps_data
H A Dwps_enrollee.c134 if (wps->pbc)
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c126 pos = os_strstr(phase1, "pbc=1");
128 cfg.pbc = 1;
131 if (cfg.pin == NULL && !cfg.pbc) {

Completed in 224 milliseconds