HomeSort by relevance Sort by last modified time
    Searched refs: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_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
313 struct wps_pbc_session *pbc, *prev = NULL; local
318 pbc = reg->pbc_sessions;
319 while (pbc) {
320 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 &
365 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
401 struct wps_pbc_session *pbc; local
    [all...]
wps.c 83 data->pbc = cfg->pbc;
84 if (cfg->pbc) {
85 /* Use special PIN '00000000' for PBC */
218 * wps_is_selected_pbc_registrar - Check whether WPS IE indicates active PBC
220 * Returns: 1 if PBC Registrar is active, 0 if not
469 * @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 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.
310 * 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
432 * WPS_EV_PBC_ACTIVE - PBC mode was activated
437 * WPS_EV_PBC_DISABLE - PBC mode was disable
    [all...]
  /external/chromium_org/chrome_frame/
protocol_sink_wrap.cc 174 IBindCtx* pbc = reinterpret_cast<IBindCtx*>(bind_ctx_int); local
175 bind_ctx.Attach(pbc);
203 bool IsCFRequest(IBindCtx* pbc) {
205 BindContextInfo::FromBindContext(pbc, info.Receive());
212 bool HasProtData(IBindCtx* pbc) {
214 BindContextInfo::FromBindContext(pbc, info.Receive());
221 void PutProtData(IBindCtx* pbc, ProtData* data) {
226 BindContextInfo::FromBindContext(pbc, info.Receive());
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 207 pos = os_strstr(phase1, "pbc=1");
209 cfg.pbc = 1;
212 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
213 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 1078 if (wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0) < 0)
1134 /* Cancel the wps pbc/pin requests */
1639 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 109 milliseconds