HomeSort by relevance Sort by last modified time
    Searched full:pbc (Results 1 - 25 of 73) sorted by null

1 2 3

  /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
wpas-dbus-new-wps.py 74 wps.Start({'Role': 'enrollee', 'Type': 'pbc'})
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pProvDiscEvent.java 53 * P2P-PROV-DISC-PBC-REQ 42:fc:89:e1:e2:27
54 * P2P-PROV-DISC-PBC-RESP 02:12:47:f2:5a:36
68 if (tokens[0].endsWith("PBC-REQ")) event = PBC_REQ;
69 else if (tokens[0].endsWith("PBC-RESP")) event = PBC_RSP;
WifiP2pConfig.java 65 wps.setup = WpsInfo.PBC;
95 wps.setup = WpsInfo.PBC;
102 wps.setup = WpsInfo.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
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 73 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc)
77 while (pbc) {
78 prev = pbc;
79 pbc = pbc->next;
95 int pbc; member in struct:wps_registrar
258 struct wps_pbc_session *pbc, *prev = NULL; local
263 pbc = reg->pbc_sessions;
264 while (pbc) {
265 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 &
310 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
346 struct wps_pbc_session *pbc; local
    [all...]
wps.c 59 data->pbc = cfg->pbc;
60 if (cfg->pbc) {
61 /* Use special PIN '00000000' for PBC */
185 * wps_is_selected_pbc_registrar - Check whether WPS IE indicates active PBC
187 * Returns: 1 if PBC Registrar is active, 0 if not
434 * @pbc: Whether searching for PBC mode APs
445 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev,
467 wps_build_dev_password_id(ie, pbc ? DEV_PW_PUSHBUTTON
    [all...]
wps.h 128 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
138 * pbc - Whether this is protocol run uses PBC
140 int pbc; member in struct:wps_config
190 * PBC with the AP.
241 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev,
313 * changes (e.g., a new PIN becomes available or PBC is invoked). This
417 * WPS_EV_PBC_OVERLAP - PBC session overlap detected
422 * WPS_EV_PBC_TIMEOUT - PBC walktime expired before protocol run start
  /external/wpa_supplicant_6/wpa_supplicant/
README-WPS 17 with PIN method and push-button configuration (PBC) being the most
22 especially PBC mechanisms for authenticating the initial key setup is
93 pushbutton event (for PBC) to allow a new WPS Enrollee to join the
120 If the client design wants to support optional WPS PBC mode, this can
122 virtual button in the user interface. The PBC operation requires that
154 [WPS-PIN] is shown instead. Similarly, [WPS-PBC] is shown if PBC mode
157 monitor events WPS-AP-AVAILABLE{,-PBC,-PIN} can be used to find out if
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqPbcTestCase.java 33 return connectTest(false, WpsInfo.PBC);
P2pClientPbcTestCase.java 41 return connectTest(true, WpsInfo.PBC);
ConnectReqTestCase.java 97 if (wpsConfig == WpsInfo.PBC) {
  /external/wpa_supplicant_8/wpa_supplicant/
README-WPS 17 with PIN method and push-button configuration (PBC) being the most
22 especially PBC mechanisms for authenticating the initial key setup is
96 pushbutton event (for PBC) to allow a new WPS Enrollee to join the
135 If the client design wants to support optional WPS PBC mode, this can
137 virtual button in the user interface. The PBC operation requires that
181 [WPS-PIN] is shown instead. Similarly, [WPS-PBC] is shown if PBC mode
184 monitor events WPS-AP-AVAILABLE{,-PBC,-PIN} can be used to find out if
271 - accept an Enrollee PBC using External Registrar
wps_supplicant.c 859 wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0);
912 /* Cancel the wps pbc/pin requests */
1430 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers_wps.c 26 * wpas_dbus_iface_wps_pbc - Request credentials using WPS PBC method
57 "Could not start PBC "
dbus_new_handlers_wps.c 32 int type; /* 0 - not set, 1 - pin, 2 - pbc */
90 else if (os_strcmp(val, "pbc") == 0)
308 (params.type == 1 ? "pin" : "pbc")));
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 64 /** WPS overlap detected in PBC mode */
66 /** Available WPS AP with active PBC found in scan results */
67 #define WPS_EVENT_AP_AVAILABLE_PBC "WPS-AP-AVAILABLE-PBC "
120 #define P2P_EVENT_PROV_DISC_PBC_REQ "P2P-PROV-DISC-PBC-REQ "
122 #define P2P_EVENT_PROV_DISC_PBC_RESP "P2P-PROV-DISC-PBC-RESP "
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
wpa_gui_de.ts 401 <source>Connect (PBC)</source>
402 <translation>Verbinden (PBC)</translation>
406 <source>Enroll (PBC)</source>
407 <translation>Anmelden (PBC)</translation>
556 <source>Failed to start WPS PBC.</source>
557 <translation>Starten von WPS PBC fehlgeschlagen.</translation>
767 <source>PBC - push button</source>
768 <translation>PBC - Taste</translation>
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.h 58 /** WPS overlap detected in PBC mode */
60 /** Available WPS AP with active PBC found in scan results */
61 #define WPS_EVENT_AP_AVAILABLE_PBC "WPS-AP-AVAILABLE-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 "
  /frameworks/base/wifi/java/android/net/wifi/
WpsInfo.java 32 public static final int PBC = 0;
  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 414 Pb = stat->Pbc;
612 stat->Pbc *= (1.f-alpha);
615 stat->Pbc += alpha;
688 diff = sum1 - stat->Pbc * sum2;
698 PVB_C(k) = (PV_C(k)-stat->Pbc*PVB_C(k))/(1-stat->Pbc);
700 stat->Pbc = 1 - stat->Pbc;
  /external/wpa_supplicant_8/hostapd/
README-WPS 16 with PIN method and push-button configuration (PBC) being the most
21 especially PBC mechanisms for authenticating the initial key setup is
89 # Enable control interface for PBC/PIN entry
119 pushbutton event (for PBC) to allow a new WPS Enrollee to join the
200 If the AP includes a pushbutton, WPS PBC mode can be used. It is

Completed in 508 milliseconds

1 2 3