Searched defs:pbc (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-ap-cli5 pbc() function
57 pbc
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_i.h73 int pbc; member in struct:wps_data
H A Dwps.h129 * pbc - Whether this is protocol run uses PBC
131 int pbc; member in struct:wps_config
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...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_i.h73 int pbc; member in struct:wps_data
H A Dwps.h129 * pbc - Whether this is protocol run uses PBC
131 int pbc; member in struct:wps_config
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...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_i.h73 int pbc; member in struct:wps_data
H A Dwps.h129 * pbc - Whether this is protocol run uses PBC
131 int pbc; member in struct:wps_config
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...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c1103 if (wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0) < 0)
1195 /* Cancel the wps pbc/pin requests */
1725 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
1736 pbc++;
1746 if (pbc)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 958 milliseconds