HomeSort by relevance Sort by last modified time
    Searched defs:pbc (Results 1 - 6 of 6) 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_8/src/wps/
wps_i.h 73 int pbc; member in struct:wps_data
wps.h 121 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
131 * pbc - Whether this is protocol run uses PBC
133 int pbc; member in struct:wps_config
183 * PBC with the AP.
309 * changes (e.g., a new PIN becomes available or PBC is invoked). This
413 * WPS_EV_PBC_OVERLAP - PBC session overlap detected
418 * WPS_EV_PBC_TIMEOUT - PBC walktime expired before protocol run start
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
312 struct wps_pbc_session *pbc, *prev = NULL; local
317 pbc = reg->pbc_sessions;
318 while (pbc) {
319 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 &
364 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
400 struct wps_pbc_session *pbc; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 965 if (wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0) < 0)
1021 /* Cancel the wps pbc/pin requests */
1515 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 2014 milliseconds