HomeSort by relevance Sort by last modified time
    Searched defs:msg_ctx (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant_8/src/radius/
radius_server.h 200 * msg_ctx - Context data for wpa_msg() calls
202 void *msg_ctx; member in struct:radius_server_conf
radius_server.c 291 * msg_ctx - Context data for wpa_msg() calls
293 void *msg_ctx; member in struct:radius_server_data
504 eap_conf.msg_ctx = data->msg_ctx;
1265 data->msg_ctx = conf->msg_ctx;
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 23 void *msg_ctx; member in struct:eapol_auth_config
  /external/wpa_supplicant_8/src/eap_server/
eap.h 86 void *msg_ctx; member in struct:eap_config
eap_i.h 142 void *eapol_ctx, *msg_ctx; member in struct:eap_sm
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 97 * msg_ctx - Callback context for wpa_msg() calls
99 void *msg_ctx; member in struct:eapol_ctx
  /external/chromium_org/net/http/
http_auth_gssapi_posix.cc 105 // msg_ctx needs to be outside the loop because it is invoked multiple times.
106 OM_uint32 msg_ctx = 0; local
109 // This loop should continue iterating until msg_ctx is 0 after the first
120 GSS_C_NULL_OID, &msg_ctx, &msg);
131 if (!msg_ctx)
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 332 void *msg_ctx; member in struct:eap_sm
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 23 void *msg_ctx; /* upper level context for wpa_msg() calls */ member in struct:wpa_sm_ctx
  /external/chromium/net/http/
http_auth_gssapi_posix.cc 108 // msg_ctx needs to be outside the loop because it is invoked multiple times.
109 OM_uint32 msg_ctx = 0; local
112 // This loop should continue iterating until msg_ctx is 0 after the first
123 GSS_C_NULL_OID, &msg_ctx, &msg);
134 if (!msg_ctx)
  /external/wpa_supplicant_8/src/ap/
hostapd.h 126 void *msg_ctx; /* ctx for wpa_msg() calls */ member in struct:hostapd_data

Completed in 387 milliseconds