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

  /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 31 * instance (i.e., each run of registration protocol as a Registrar of
41 data->registrar = cfg->registrar;
42 if (cfg->registrar) {
66 if (cfg->wps->ap && !cfg->registrar && cfg->wps->ap_nfc_dev_pw_id) {
101 data->state = data->registrar ? RECV_M1 : SEND_M1;
159 if (data->registrar && data->nfc_pw_token)
160 wps_registrar_remove_nfc_pw_token(data->wps->registrar,
167 if (data->registrar)
168 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 317 if (wps->wps->registrar) {
318 wps_cb_new_psk(wps->wps->registrar,
403 if (wps->wps->ap && wps->wps->registrar) {
405 * If the Registrar is only learning our current configuration,
409 wps_device_store(wps->wps->registrar, &wps->peer_dev,
511 wpa_printf(MSG_DEBUG, "WPS: No Registrar Nonce received");
516 wpa_hexdump(MSG_DEBUG, "WPS: Registrar Nonce",
652 wpa_printf(MSG_DEBUG, "WPS: Registrar proved knowledge of the first "
692 wpa_printf(MSG_DEBUG, "WPS: Registrar proved knowledge of the second "
810 "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 482 * PutMessage is used by external UPnP-based Registrar to perform WPS
517 * External UPnP-based Registrar is passing us a message to be proxied
652 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
147 int registrar; local
167 registrar = 1; /* Supplicant is Registrar */
170 registrar = 0; /* Supplicant is Enrollee */
180 data->state = registrar ? MESG : WAIT_START;
181 data->registrar = registrar;
186 cfg.registrar = registrar;
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 221 wps_registrar_complete(hapd->wps->registrar, data->uuid_e,
641 wps_registrar_update_ie(hapd->wps->registrar);
653 * Registrar failed to prove its knowledge of the AP PIN. Lock AP setup
668 wps_registrar_update_ie(hapd->wps->registrar);
1146 wps->registrar = wps_registrar_init(wps, &cfg);
1147 if (wps->registrar == NULL) {
1148 wpa_printf(MSG_ERROR, "Failed to initialize WPS Registrar");
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 162 int registrar);
220 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) {
965 int registrar, const u8 *dev_addr,
978 wpa_config_set(ssid, "identity", registrar ?
1116 "WPS: Reject request to start Registrar(as station) operation while AP mode is enabled");
    [all...]
ap.c 342 * Registrar is supported.
812 reg = wpa_s->ap_iface->bss[0]->wps->registrar;
964 * 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 117 public void onAccountsChanged(PhoneAccountRegistrar registrar) {}
118 public void onDefaultOutgoingChanged(PhoneAccountRegistrar registrar) {}
119 public void onSimCallManagerChanged(PhoneAccountRegistrar registrar) {}
122 private static final String FILE_NAME = "phone-account-registrar-state.xml";
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 717 milliseconds