HomeSort by: relevance | last modified time | path
    Searched defs:registrar (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/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...]
  /src/external/bsd/wpa/dist/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...]
  /src/external/bsd/wpa/dist/src/wps/
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.h 117 * registrar - Whether this end is a Registrar
119 int registrar; member in struct:wps_config
122 * pin - Enrollee Device Password (%NULL for Registrar or PBC)
145 * stations as a Registrar to configure the AP. %NULL means that AP
230 * event (e.g., UPnP message from an external Registrar)
259 * struct wps_registrar_config - WPS Registrar configuration
298 * Registrar data.
319 * set_sel_reg_cb - Callback for reporting selected registrar changes
321 * @sel_reg: Whether the Registrar is selecte
650 struct wps_registrar *registrar; member in struct:wps_context
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
wps_supplicant.c 44 * does not have Selected Registrar TRUE.
381 int registrar = 0; local
450 registrar = 1;
528 if (registrar) {
1022 int registrar, const u8 *dev_addr,
1035 wpa_config_set(ssid, "identity", registrar ?
1173 "WPS: Reject request to start Registrar(as station) operation while AP mode is enabled");
1185 * the registrar/final station can be either AP or PCP
1248 "WPS: Reject request to start Registrar(as station) operation while AP mode is enabled");
1264 * the registrar/final station can be either AP or PC
    [all...]

Completed in 15 milliseconds