Searched refs:get_config_blob (Results 1 – 9 of 9) sorted by relevance
202 const struct wpa_config_blob * (*get_config_blob)(void *ctx, member
2852 return sm->eapol_cb->get_config_blob(sm->eapol_ctx, name); in eap_get_config_blob()
221 ctx->get_config_blob = sm->ctx->get_config_blob; in rsn_preauth_init()
44 const struct wpa_config_blob * (*get_config_blob)(void *ctx, member
180 const struct wpa_config_blob * (*get_config_blob)(void *ctx, member
1941 if (sm && sm->ctx && sm->ctx->get_config_blob) in eapol_sm_get_config_blob()1942 return sm->ctx->get_config_blob(sm->ctx->ctx, name); in eapol_sm_get_config_blob()
242 ctx->get_config_blob = wpa_supplicant_get_config_blob; in wpa_init_conf()
982 ctx->get_config_blob = wpa_supplicant_get_config_blob; in wpa_supplicant_init_eapol()1067 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()