HomeSort by relevance Sort by last modified time
    Searched refs:pbc (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c 69 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc)
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->addr, addr, ETH_ALEN) == 0 &
171 struct wps_pbc_session *pbc, *prev = NULL; local
194 struct wps_pbc_session *pbc; local
    [all...]
wps.c 57 data->pbc = cfg->pbc;
58 if (cfg->pbc) {
59 /* Use special PIN '00000000' for PBC */
163 * wps_is_selected_pbc_registrar - Check whether WPS IE indicates active PBC
165 * Returns: 1 if PBC Registrar is active, 0 if not
273 * @pbc: Whether searching for PBC mode APs
281 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev,
299 if (pbc)
    [all...]
wps.h 106 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
116 * 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,
302 * WPS_EV_PBC_OVERLAP - PBC session overlap detected
307 * WPS_EV_PBC_TIMEOUT - PBC walktime expired before protocol run start
wps_i.h 71 int pbc; member in struct:wps_data
wps_enrollee.c 134 if (wps->pbc)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 126 pos = os_strstr(phase1, "pbc=1");
128 cfg.pbc = 1;
131 if (cfg.pin == NULL && !cfg.pbc) {
132 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "

Completed in 56 milliseconds