HomeSort by relevance Sort by last modified time
    Searched defs:pbc (Results 1 - 8 of 8) 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"
50 echo "1: Push button (activate PBC)"
60 pbc
  /external/wpa_supplicant_8/src/wps/
wps_i.h 73 int pbc; member in struct:wps_data
wps.h 120 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
130 * pbc - Whether this is protocol run uses PBC
132 int pbc; member in struct:wps_config
182 * PBC with the AP.
314 * changes (e.g., a new PIN becomes available or PBC is invoked). This
426 * WPS_EV_PBC_OVERLAP - PBC session overlap detected
431 * WPS_EV_PBC_TIMEOUT - PBC walktime expired before protocol run start
436 * WPS_EV_PBC_ACTIVE - PBC mode was activated
441 * WPS_EV_PBC_DISABLE - PBC mode was disable
    [all...]
wps_registrar.c 122 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc)
126 while (pbc) {
127 prev = pbc;
128 pbc = pbc->next;
144 int pbc; member in struct:wps_registrar
317 struct wps_pbc_session *pbc, *prev = NULL; local
322 pbc = reg->pbc_sessions;
323 while (pbc) {
324 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 &
370 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
401 struct wps_pbc_session *pbc; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 315 int pbc = 0, ret; local
322 pbc = 1;
336 if (pbc)
    [all...]
wps_supplicant.c 1837 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
    [all...]
  /bionic/libc/kernel/uapi/rdma/hfi/
hfi1_user.h 183 __le16 pbc[4]; member in struct:hfi1_pkt_header
  /external/kernel-headers/original/uapi/rdma/hfi/
hfi1_user.h 106 #define HFI1_CAP_STATIC_RATE_CTRL (1UL << 15) /* Allow PBC.StaticRateControl */
412 __le16 pbc[4]; member in struct:hfi1_pkt_header

Completed in 693 milliseconds