HomeSort by relevance Sort by last modified time
    Searched defs:pbc (Results 1 - 9 of 9) 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 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
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...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
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_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...]
  /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 735 milliseconds