| /src/external/bsd/wpa/dist/wpa_supplicant/examples/ |
| wps-ap-cli | 5 pbc() function 7 echo "Starting PBC mode" 10 echo "Failed to enable PBC mode" 50 echo "1: Push button (activate PBC)" 60 pbc
|
| /src/external/bsd/ekermit/dist/ |
| kermit.c | 105 UCHAR pbc[4]; /* Copy of packet block check */ local 350 pbc[i] = p[datalen+i]; 351 pbc[i] = '\0'; /* Null-terminate block check string */ 353 pbc[0] = p[datalen]; 354 pbc[1] = '\0'; 361 ok = (xunchar(*pbc) == chk1(q,k)); 381 i = xunchar(*pbc) << 6 | xunchar(pbc[1]); 390 p[j++] = pbc[0]; 392 if (xunchar(pbc[1]) == chk1(q,k) [all...] |
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_i.h | 73 int pbc; member in struct:wps_data
|
| wps.h | 122 * pin - Enrollee Device Password (%NULL for Registrar or PBC) 132 * pbc - Whether this is protocol run uses PBC 134 int pbc; member in struct:wps_config 184 * PBC with the AP. 327 * changes (e.g., a new PIN becomes available or PBC is invoked). This 473 * WPS_EV_PBC_OVERLAP - PBC session overlap detected 478 * WPS_EV_PBC_TIMEOUT - PBC walktime expired before protocol run start 483 * WPS_EV_PBC_ACTIVE - PBC mode was activated 488 * WPS_EV_PBC_DISABLE - PBC mode was disable [all...] |
| wps_registrar.c | 123 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc) 127 while (pbc) { 128 prev = pbc; 129 pbc = pbc->next; 145 int pbc; member in struct:wps_registrar 349 struct wps_pbc_session *pbc, *prev = NULL; local 354 pbc = reg->pbc_sessions; 355 while (pbc) { 356 if (ether_addr_equal(pbc->addr, addr) & 402 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local 432 struct wps_pbc_session *pbc; local [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| bss.c | 322 int pbc = 0, ret; local 329 pbc = 1; 343 if (pbc)
|
| wps_supplicant.c | 1212 os_snprintf(phase1, sizeof(phase1), "pbc=1 multi_ap=%d", 1215 os_snprintf(phase1, sizeof(phase1), "pbc=1"); 1363 /* Cancel the wps pbc/pin requests */ 1738 "without active PBC Registrar"); 1745 "(Active PBC)"); 1805 /* allow wildcard SSID for WPS PBC */ 1864 " in active PBC mode due to local BSSID limitation", 1869 wpa_printf(MSG_DEBUG, "WPS: Another BSS in active PBC mode: " MACSTR, 1894 wpa_printf(MSG_DEBUG, "WPS: Check whether PBC session overlap is " 1902 /* Make sure that only one AP is in active PBC mode * 1940 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local [all...] |