HomeSort by relevance Sort by last modified time
    Searched defs:pbc (Results 1 - 7 of 7) sorted by null

  /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 839 wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0);
892 /* Cancel the wps pbc/pin requests */
1391 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_i.h 76 int pbc; member in struct:wps_data
wps.h 133 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
143 * pbc - Whether this is protocol run uses PBC
145 int pbc; member in struct:wps_config
195 * PBC with the AP.
245 struct wpabuf * wps_build_probe_req_ie(int pbc, struct wps_device_data *dev,
317 * changes (e.g., a new PIN becomes available or PBC is invoked). This
421 * WPS_EV_PBC_OVERLAP - PBC session overlap detected
426 * WPS_EV_PBC_TIMEOUT - PBC walktime expired before protocol run start
wps_registrar.c 79 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc)
83 while (pbc) {
84 prev = pbc;
85 pbc = pbc->next;
101 int pbc; member in struct:wps_registrar
264 struct wps_pbc_session *pbc, *prev = NULL; local
269 pbc = reg->pbc_sessions;
270 while (pbc) {
271 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 &
315 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
343 struct wps_pbc_session *pbc; local
    [all...]

Completed in 173 milliseconds