HomeSort by relevance Sort by last modified time
    Searched refs:pbc (Results 1 - 12 of 12) 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_8/src/wps/
wps_registrar.c 79 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc)
83 while (pbc) {
84 prev = pbc;
85 pbc = pbc->next;
101 int pbc; member in struct:wps_registrar
264 struct wps_pbc_session *pbc, *prev = NULL; local
269 pbc = reg->pbc_sessions;
270 while (pbc) {
271 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 &
315 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
343 struct wps_pbc_session *pbc; local
    [all...]
wps.c 65 data->pbc = cfg->pbc;
66 if (cfg->pbc) {
67 /* Use special PIN '00000000' for PBC */
192 * wps_is_selected_pbc_registrar - Check whether WPS IE indicates active PBC
194 * Returns: 1 if PBC Registrar is active, 0 if not
428 * @pbc: Whether searching for PBC mode APs
439 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev,
488 wps_build_dev_password_id(ie, pbc ? DEV_PW_PUSHBUTTON
    [all...]
wps.h 133 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
143 * pbc - Whether this is protocol run uses PBC
145 int pbc; member in struct:wps_config
195 * PBC with the AP.
245 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev,
317 * changes (e.g., a new PIN becomes available or PBC is invoked). This
421 * WPS_EV_PBC_OVERLAP - PBC session overlap detected
426 * WPS_EV_PBC_TIMEOUT - PBC walktime expired before protocol run start
wps_i.h 76 int pbc; member in struct:wps_data
  /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 "
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 194 pos = os_strstr(phase1, "pbc=1");
196 cfg.pbc = 1;
199 if (cfg.pin == NULL && !cfg.pbc) {
200 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 839 wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0);
892 /* Cancel the wps pbc/pin requests */
1391 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
    [all...]

Completed in 275 milliseconds