Searched refs:pbc (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-ap-cli5 pbc() function
60 pbc
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_registrar.c122 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc) argument
126 while (pbc) {
127 prev = pbc;
128 pbc = pbc->next;
144 int pbc; member in struct:wps_registrar
348 struct wps_pbc_session *pbc, *prev = NULL; local
353 pbc = reg->pbc_sessions;
354 while (pbc) {
355 if (os_memcmp(pbc
401 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
432 struct wps_pbc_session *pbc; local
[all...]
H A Dwps.c89 data->pbc = cfg->pbc;
90 if (cfg->pbc) {
H A Dwps_i.h73 int pbc; member in struct:wps_data
H A Dwps.h131 * pbc - Whether this is protocol run uses PBC
133 int pbc; member in struct:wps_config
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-valprint.c765 struct type *pbc = primary_base_class (type); local
766 if (pbc)
767 cp_print_hpacc_virtual_table_entries (pbc, vfuncs, v, stream, format,
H A Dgdbtypes.c2162 struct type *pbc; /* primary base class */ local
2165 pbc = TYPE_PRIMARY_BASE (dclass);
2166 if (pbc)
2167 return 1 + class_index_in_primary_list (pbc);
2188 struct type *pbc = primary_base_class (dclass); local
2189 if (pbc)
2190 vfuncs = count_virtual_fns (pbc);
H A Dvalops.c1456 struct type *pbc; /* the primary base class */
1463 pbc = TYPE_PRIMARY_BASE (type);
1464 if (pbc)
1466 find_rt_vbase_offset (pbc, basetype, valaddr, offset, &boffset, &skip);
1454 struct type *pbc; /* the primary base class */ local
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_wsc.c206 pos = os_strstr(phase1, "pbc=1");
208 cfg.pbc = 1;
220 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.c319 int pbc = 0, ret; local
326 pbc = 1;
340 if (pbc)
H A Dwps_supplicant.c1188 os_snprintf(phase1, sizeof(phase1), "pbc=1%s",
1324 /* Cancel the wps pbc/pin requests */
1865 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
1876 pbc++;
1886 if (pbc)

Completed in 218 milliseconds