Searched refs:get_config_blob (Results 1 – 9 of 9) sorted by relevance
232 ctx->get_config_blob = sm->ctx->get_config_blob; in rsn_preauth_init()
52 const struct wpa_config_blob * (*get_config_blob)(void *ctx, member
202 const struct wpa_config_blob * (*get_config_blob)(void *ctx, member
3184 return sm->eapol_cb->get_config_blob(sm->eapol_ctx, name); in eap_get_config_blob()
182 const struct wpa_config_blob * (*get_config_blob)(void *ctx, member
1988 if (sm && sm->ctx && sm->ctx->get_config_blob) in eapol_sm_get_config_blob()1989 return sm->ctx->get_config_blob(sm->ctx->ctx, name); in eapol_sm_get_config_blob()
253 ctx->get_config_blob = wpa_supplicant_get_config_blob; in wpa_init_conf()
1193 ctx->get_config_blob = wpa_supplicant_get_config_blob; in wpa_supplicant_init_eapol()1467 ctx->get_config_blob = wpa_supplicant_get_config_blob; in wpa_supplicant_init_wpa()
604 ctx->get_config_blob = eapol_test_get_config_blob; in test_eapol()