HomeSort by relevance Sort by last modified time
    Searched refs:get_network_ctx (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 158 WPA_ASSERT(sm->ctx->get_network_ctx);
159 return sm->ctx->get_network_ctx(sm->ctx->ctx);
wpa.h 32 void * (*get_network_ctx)(void *ctx); member in struct:wpa_sm_ctx
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 236 ctx->get_network_ctx = wpa_supplicant_get_network_ctx;
ibss_rsn.c 217 ctx->get_network_ctx = supp_get_network_ctx;
wpas_glue.c 865 ctx->get_network_ctx = wpa_supplicant_get_network_ctx;

Completed in 85 milliseconds