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

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dwps-ap-cli5 pbc() function
60 pbc
/freebsd-11.0-release/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
317 struct wps_pbc_session *pbc, *prev = NULL; local
322 pbc = reg->pbc_sessions;
323 while (pbc) {
324 if (os_memcmp(pbc
370 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
401 struct wps_pbc_session *pbc; local
[all...]
H A Dwps.c88 data->pbc = cfg->pbc;
89 if (cfg->pbc) {
H A Dwps_i.h73 int pbc; member in struct:wps_data
H A Dwps.h130 * pbc - Whether this is protocol run uses PBC
132 int pbc; member in struct:wps_config
/freebsd-11.0-release/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.0-release/contrib/wpa/src/eap_peer/
H A Deap_wsc.c210 pos = os_strstr(phase1, "pbc=1");
212 cfg.pbc = 1;
224 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c1150 if (wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0) < 0)
1267 /* Cancel the wps pbc/pin requests */
1805 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
1816 pbc++;
1826 if (pbc)

Completed in 203 milliseconds