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

/freebsd-10.2-release/contrib/wpa/wpa_supplicant/examples/
H A Dwps-ap-cli5 pbc() function
57 pbc
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_registrar.c120 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc) argument
124 while (pbc) {
125 prev = pbc;
126 pbc = pbc->next;
142 int pbc; member in struct:wps_registrar
312 struct wps_pbc_session *pbc, *prev = NULL; local
317 pbc = reg->pbc_sessions;
318 while (pbc) {
319 if (os_memcmp(pbc
364 struct wps_pbc_session *pbc, *prev = NULL, *tmp; local
395 struct wps_pbc_session *pbc; local
[all...]
H A Dwps.c75 data->pbc = cfg->pbc;
76 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-10.2-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-10.2-release/contrib/wpa/src/eap_peer/
H A Deap_wsc.c203 pos = os_strstr(phase1, "pbc=1");
205 cfg.pbc = 1;
208 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c941 wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0);
995 /* Cancel the wps pbc/pin requests */
1488 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
1499 pbc++;
1509 if (pbc)

Completed in 93 milliseconds