HomeSort by: relevance | last modified time | path
    Searched refs:wpa_config_blob (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
config_none.c 41 struct wpa_config_blob *blob;
config.h 740 struct wpa_config_blob *blobs;
1834 const struct wpa_config_blob * wpa_config_get_blob(struct wpa_config *config,
1837 struct wpa_config_blob *blob);
1838 void wpa_config_free_blob(struct wpa_config_blob *blob);
preauth_test.c 176 struct wpa_config_blob *blob)
183 static const struct wpa_config_blob *
config_winreg.c 52 struct wpa_config_blob *blob;
975 static int wpa_config_write_blob(HKEY hk, struct wpa_config_blob *blob)
1016 struct wpa_config_blob *blob;
config_file.c 217 static struct wpa_config_blob * wpa_config_read_blob(FILE *f, int *line,
220 struct wpa_config_blob *blob;
277 struct wpa_config_blob *blob;
1080 static int wpa_config_write_blob(FILE *f, struct wpa_config_blob *blob)
1642 struct wpa_config_blob *blob;
eapol_test.c 331 struct wpa_config_blob *blob)
338 static const struct wpa_config_blob *
wpas_glue.c 37 struct wpa_config_blob *blob)
51 static const struct wpa_config_blob *
config.c 3006 struct wpa_config_blob *blob, *prev;
4540 const struct wpa_config_blob * wpa_config_get_blob(struct wpa_config *config,
4543 struct wpa_config_blob *blob = config->blobs;
4563 struct wpa_config_blob *blob)
4575 void wpa_config_free_blob(struct wpa_config_blob *blob)
4593 struct wpa_config_blob *pos = config->blobs, *prev = NULL;
dpp_supplicant.c 1494 struct wpa_config_blob *blob;
ctrl_iface.c 247 struct wpa_config_blob *blob;
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_config.h 721 * struct wpa_config_blob - Named configuration blob
727 struct wpa_config_blob { struct
746 struct wpa_config_blob *next;
eap.h 17 struct wpa_config_blob;
194 void (*set_config_blob)(void *ctx, struct wpa_config_blob *blob);
202 const struct wpa_config_blob * (*get_config_blob)(void *ctx,
eap_i.h 409 void eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob);
410 const struct wpa_config_blob *
eap_fast_pac.c 264 const struct wpa_config_blob *blob;
539 struct wpa_config_blob *blob;
751 const struct wpa_config_blob *blob = NULL;
eap_teap_pac.c 265 const struct wpa_config_blob *blob;
540 struct wpa_config_blob *blob;
755 const struct wpa_config_blob *blob = NULL;
eap_tls_common.c 38 const struct wpa_config_blob *blob;
eap.c 3166 void eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob)
3180 const struct wpa_config_blob * eap_get_config_blob(struct eap_sm *sm,
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 73 struct wpa_config_blob;
174 void (*set_config_blob)(void *ctx, struct wpa_config_blob *blob);
182 const struct wpa_config_blob * (*get_config_blob)(void *ctx,
eapol_supp_sm.c 1973 static void eapol_sm_set_config_blob(void *ctx, struct wpa_config_blob *blob)
1983 static const struct wpa_config_blob *
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.h 19 struct wpa_config_blob;
51 void (*set_config_blob)(void *ctx, struct wpa_config_blob *blob);
52 const struct wpa_config_blob * (*get_config_blob)(void *ctx,
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 2590 struct wpa_config_blob *blob = NULL;
2650 const struct wpa_config_blob *blob;
4511 struct wpa_config_blob *blob;

Completed in 57 milliseconds