Searched refs:get_config_blob (Results 1 – 9 of 9) sorted by relevance
195 const struct wpa_config_blob * (*get_config_blob)(void *ctx, member
2282 return sm->eapol_cb->get_config_blob(sm->eapol_ctx, name); in eap_get_config_blob()
215 ctx->get_config_blob = sm->ctx->get_config_blob; in rsn_preauth_init()
43 const struct wpa_config_blob * (*get_config_blob)(void *ctx, member
161 const struct wpa_config_blob * (*get_config_blob)(void *ctx, member
1847 if (sm && sm->ctx && sm->ctx->get_config_blob) in eapol_sm_get_config_blob()1848 return sm->ctx->get_config_blob(sm->ctx->ctx, name); in eapol_sm_get_config_blob()
245 ctx->get_config_blob = wpa_supplicant_get_config_blob; in wpa_init_conf()
803 ctx->get_config_blob = wpa_supplicant_get_config_blob; in wpa_supplicant_init_eapol()868 ctx->get_config_blob = wpa_supplicant_get_config_blob; in wpa_supplicant_init_wpa()
483 ctx->get_config_blob = eapol_test_get_config_blob; in test_eapol()