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

/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-ap-cli5 pbc() function
60 pbc
/external/wpa_supplicant_8/hostapd/src/wps/
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
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.h130 * pbc - Whether this is protocol run uses PBC
132 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.h130 * pbc - Whether this is protocol run uses PBC
132 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/kernel-headers/original/uapi/rdma/hfi/
H A Dhfi1_user.h400 __le16 pbc[4]; member in struct:hfi1_pkt_header
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c1161 if (wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0) < 0)
1285 /* Cancel the wps pbc/pin requests */
1823 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
1834 pbc++;
1844 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 244 milliseconds