HomeSort by relevance Sort by last modified time
    Searched refs:registrar (Results 1 - 25 of 26) sorted by null

1 2

  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
WorkerProcessTest.java 67 private final MockRegistrar registrar = new MockRegistrar(); field in class:WorkerProcessTest
112 Iterables.getOnlyElement(registrar.hooks).getName());
114 assertTrue(registrar.hooks.isEmpty());
121 Thread hook = Iterables.getOnlyElement(registrar.hooks);
127 assertTrue(registrar.hooks.contains(hook));
138 assertTrue(registrar.hooks.isEmpty());
150 assertTrue(registrar.hooks.isEmpty());
172 registrar);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 21 int registrar; member in struct:eap_wsc_data
73 "Registrar");
82 int registrar; local
88 registrar = 0; /* Supplicant is Registrar */
92 registrar = 1; /* Supplicant is Enrollee */
102 data->state = registrar ? START : MESG;
103 data->registrar = registrar;
107 cfg.registrar = registrar
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.c 35 * instance (i.e., each run of registration protocol as a Registrar of
45 data->registrar = cfg->registrar;
46 if (cfg->registrar) {
70 if (cfg->wps->ap && !cfg->registrar && cfg->wps->ap_nfc_dev_pw_id) {
105 data->state = data->registrar ? RECV_M1 : SEND_M1;
163 if (data->registrar && data->nfc_pw_token)
164 wps_registrar_remove_nfc_pw_token(data->wps->registrar,
171 if (data->registrar)
172 wps_registrar_invalidate_pin(data->wps->registrar,
    [all...]
wps_registrar.c 2 * Wi-Fi Protected Setup - Registrar
500 wpa_printf(MSG_DEBUG, "WPS: * Selected Registrar");
575 wpa_printf(MSG_DEBUG, "WPS: * Selected Registrar Config Methods (%x)",
625 * wps_registrar_init - Initialize WPS Registrar data
627 * @cfg: Registrar configuration
628 * Returns: Pointer to allocated Registrar data or %NULL on failure
630 * This function is used to initialize WPS Registrar functionality. It can be
631 * used for a single Registrar run (e.g., when run in a supplicant) or multiple
632 * runs (e.g., when run as an internal Registrar in an AP). Caller is
634 * Registrar functionality is not needed anymore
    [all...]
wps_er.c 2 * Wi-Fi Protected Setup - External Registrar
861 wps_registrar_probe_req_rx(ap->er->wps->registrar, addr, msg, 0);
1045 cfg.registrar = 1;
    [all...]
wps.h 115 * registrar - Whether this end is a Registrar
117 int registrar; member in struct:wps_config
120 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
143 * stations as a Registrar to configure the AP. %NULL means that AP
217 * event (e.g., UPnP message from an external Registrar)
246 * struct wps_registrar_config - WPS Registrar configuration
285 * Registrar data.
306 * set_sel_reg_cb - Callback for reporting selected registrar changes
308 * @sel_reg: Whether the Registrar is selecte
603 struct wps_registrar *registrar; member in struct:wps_context
    [all...]
wps_i.h 30 * registrar - Whether this end is a Registrar
32 int registrar; member in struct:wps_data
35 * er - Whether the local end is an external registrar
45 /* Registrar states */
wps_enrollee.c 318 if (wps->wps->registrar) {
319 wps_cb_new_psk(wps->wps->registrar,
404 if (wps->wps->ap && wps->wps->registrar) {
406 * If the Registrar is only learning our current configuration,
410 wps_device_store(wps->wps->registrar, &wps->peer_dev,
512 wpa_printf(MSG_DEBUG, "WPS: No Registrar Nonce received");
517 wpa_hexdump(MSG_DEBUG, "WPS: Registrar Nonce",
653 wpa_printf(MSG_DEBUG, "WPS: Registrar proved knowledge of the first "
693 wpa_printf(MSG_DEBUG, "WPS: Registrar proved knowledge of the second "
812 "Registrar");
    [all...]
wps_attr_build.c 84 if (wps->registrar) {
286 wpa_printf(MSG_DEBUG, "WPS: * Registrar Nonce");
wps_upnp.c 547 upnp_er_remove_notification(iface->wps->registrar, s);
598 /* Registrar Nonce */
    [all...]
wps_common.c 75 pubkey = wps->registrar ? wps->dh_pubkey_e : wps->dh_pubkey_r;
wps_upnp_web.c 507 * PutMessage is used by external UPnP-based Registrar to perform WPS
538 continue; /* Registrar nonce mismatch */
587 * External UPnP-based Registrar is passing us a message to be proxied
722 if (upnp_er_set_selected_registrar(iface->wps->registrar, s,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 21 int registrar; member in struct:eap_wsc_data
143 int registrar; local
163 registrar = 1; /* Supplicant is Registrar */
166 registrar = 0; /* Supplicant is Enrollee */
176 data->state = registrar ? MESG : WAIT_START;
177 data->registrar = registrar;
182 cfg.registrar = registrar;
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 221 wps_registrar_complete(hapd->wps->registrar, data->uuid_e,
642 wps_registrar_update_ie(hapd->wps->registrar);
654 * Registrar failed to prove its knowledge of the AP PIN. Lock AP setup
669 wps_registrar_update_ie(hapd->wps->registrar);
    [all...]
  /external/libcxx/test/support/
rapid-cxx-test.hpp 75 static ::rapid_cxx_test::registrar \
92 static ::rapid_cxx_test::registrar \
606 class registrar
609 registrar(test_suite & st, test_case tc)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 180 int registrar);
245 const u8 *peer_addr, int registrar)
wps_supplicant.c 44 * does not have Selected Registrar TRUE.
366 int registrar = 0; local
434 registrar = 1;
502 if (registrar) {
984 int registrar, const u8 *dev_addr,
997 wpa_config_set(ssid, "identity", registrar ?
1135 "WPS: Reject request to start Registrar(as station) operation while AP mode is enabled");
    [all...]
ap.c 415 * Registrar is supported.
909 reg = wpa_s->ap_iface->bss[0]->wps->registrar;
1065 * Registrar failed to prove its knowledge of the AP PIN. Disable AP
    [all...]
ctrl_iface.c     [all...]
p2p_supplicant.c     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java 120 public void onAccountsChanged(PhoneAccountRegistrar registrar) {}
121 public void onDefaultOutgoingChanged(PhoneAccountRegistrar registrar) {}
122 public void onSimCallManagerChanged(PhoneAccountRegistrar registrar) {}
123 public void onPhoneAccountRegistered(PhoneAccountRegistrar registrar,
125 public void onPhoneAccountUnRegistered(PhoneAccountRegistrar registrar,
137 private static final String FILE_NAME = "phone-account-registrar-state.xml";
    [all...]
CallsManager.java 277 public void onPhoneAccountRegistered(PhoneAccountRegistrar registrar,
281 public void onPhoneAccountUnRegistered(PhoneAccountRegistrar registrar,
    [all...]
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 305 IBatteryPropertiesRegistrar registrar = IBatteryPropertiesRegistrar.Stub
307 return new BatteryManager(stats, registrar);
    [all...]
  /external/guice/lib/build/
spring-beans.jar 
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 3489 IBatteryPropertiesRegistrar registrar = IBatteryPropertiesRegistrar.Stub.asInterface( local
    [all...]

Completed in 581 milliseconds

1 2