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

  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-ap-cli 5 pbc() function
7 echo "Starting PBC mode"
10 echo "Failed to enable PBC mode"
48 echo "1: Push button (activate PBC)"
57 pbc
  /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 120 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc)
124 while (pbc) {
125 prev = pbc;
126 pbc = pbc->next;
142 int pbc; member in struct:wps_registrar
307 struct wps_pbc_session *pbc, *prev = NULL; local
312 pbc = reg->pbc_sessions;
313 while (pbc) {
314 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 &
359 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
395 struct wps_pbc_session *pbc; local
    [all...]
wps.c 76 data->pbc = cfg->pbc;
77 if (cfg->pbc) {
78 /* Use special PIN '00000000' for PBC */
209 * wps_is_selected_pbc_registrar - Check whether WPS IE indicates active PBC
211 * Returns: 1 if PBC Registrar is active, 0 if not
460 * @pw_id: Password ID (DEV_PW_PUSHBUTTON for active PBC and DEV_PW_DEFAULT for
wps_i.h 73 int pbc; member in struct:wps_data
wps.h 130 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
140 * pbc - Whether this is protocol run uses PBC
142 int pbc; member in struct:wps_config
192 * PBC with the AP.
318 * changes (e.g., a new PIN becomes available or PBC is invoked). This
422 * WPS_EV_PBC_OVERLAP - PBC session overlap detected
427 * WPS_EV_PBC_TIMEOUT - PBC walktime expired before protocol run start
  /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 203 pos = os_strstr(phase1, "pbc=1");
205 cfg.pbc = 1;
208 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
209 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 868 wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0);
922 /* Cancel the wps pbc/pin requests */
1465 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 155 milliseconds