Searched refs:provisioning (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | networkconfig.cpp | 328 const char *provisioning = NULL; in addNetwork() local 333 provisioning = "fast_provisioning=2"; in addNetwork() 338 provisioning = "fast_provisioning=1"; in addNetwork() 340 provisioning = "fast_provisioning=3"; in addNetwork() 341 if (provisioning) { in addNetwork() 343 setNetworkParam(id, "phase1", provisioning, in addNetwork()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | networkconfig.cpp | 328 const char *provisioning = NULL; in addNetwork() local 333 provisioning = "fast_provisioning=2"; in addNetwork() 338 provisioning = "fast_provisioning=1"; in addNetwork() 340 provisioning = "fast_provisioning=3"; in addNetwork() 341 if (provisioning) { in addNetwork() 343 setNetworkParam(id, "phase1", provisioning, in addNetwork()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_fast.c | 49 int provisioning_allowed; /* Allowed PAC provisioning modes */ 50 int provisioning; /* doing PAC provisioning (not the normal auth) */ member 52 * provisioning */ 91 data->provisioning = 1; in eap_fast_session_ticket_cb() 124 wpa_printf(MSG_DEBUG, "EAP-FAST: Automatic PAC provisioning " in eap_fast_parse_phase1() 221 "provisioning disabled"); in eap_fast_init() 371 /* TODO: TNC with anonymous provisioning; need to require both in eap_fast_select_phase2_method() 376 "during unauthenticated provisioning; reject phase2" in eap_fast_select_phase2_method() 1049 if (data->provisioning) { in eap_fast_process_pac() [all...] |
H A D | eap_teap.c | 47 int provisioning_allowed; /* Allowed PAC provisioning modes */ 48 int provisioning; /* doing PAC provisioning (not the normal auth) */ member 50 * provisioning */ 93 data->provisioning = 1; in eap_teap_session_ticket_cb() 127 "EAP-TEAP: Automatic PAC provisioning mode: %d", in eap_teap_parse_phase1() 172 /* Prevent PAC provisioning without mutual authentication in eap_teap_init() 176 "EAP-TEAP: Disable authenticated provisioning due to no ca_cert/ca_path"); in eap_teap_init() 330 /* TODO: TNC with anonymous provisioning; need to require both in eap_teap_select_phase2_method() 336 "EAP-TEAP: EAP type %u not allowed during unauthenticated provisioning", in eap_teap_select_phase2_method() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_fast.c | 49 int provisioning_allowed; /* Allowed PAC provisioning modes */ 50 int provisioning; /* doing PAC provisioning (not the normal auth) */ member 52 * provisioning */ 91 data->provisioning = 1; in eap_fast_session_ticket_cb() 124 wpa_printf(MSG_DEBUG, "EAP-FAST: Automatic PAC provisioning " in eap_fast_parse_phase1() 221 "provisioning disabled"); in eap_fast_init() 372 /* TODO: TNC with anonymous provisioning; need to require both in eap_fast_select_phase2_method() 378 "EAP-FAST: Only EAP-MSCHAPv2 is allowed during unauthenticated provisioning; reject phase2 type %u:%u", in eap_fast_select_phase2_method() 1069 if (data->provisioning) { in eap_fast_process_pac() [all...] |
H A D | eap_teap.c | 48 int provisioning_allowed; /* Allowed PAC provisioning modes */ 49 int provisioning; /* doing PAC provisioning (not the normal auth) */ member 51 * provisioning */ 94 data->provisioning = 1; in eap_teap_session_ticket_cb() 128 "EAP-TEAP: Automatic PAC provisioning mode: %d", in eap_teap_parse_phase1() 173 /* Prevent PAC provisioning without mutual authentication in eap_teap_init() 177 "EAP-TEAP: Disable authenticated provisioning due to no ca_cert/ca_path"); in eap_teap_init() 335 /* TODO: TNC with anonymous provisioning; need to require both in eap_teap_select_phase2_method() 341 "EAP-TEAP: EAP type %u:%u not allowed during unauthenticated provisioning", in eap_teap_select_phase2_method() [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 442 def ExecCodeSignBundle(self, key, entitlements, provisioning, path, preserve): 447 1. pick the provisioning profile that best match the bundle identifier, 453 provisioning, self._GetCFBundleIdentifier() 495 Checks all the installed provisioning profiles (or if the user specified 506 A tuple of the path to the selected provisioning profile, the data of 507 the embedded plist in the provisioning profile and the team identifier 518 "cannot find mobile provisioning for %s" % (bundle_identifier), 547 "cannot find mobile provisioning for %s" % (bundle_identifier), 551 # If the user has multiple provisioning profiles installed that can be 553 # provisioning profil [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | mac_tool.py | 442 def ExecCodeSignBundle(self, key, entitlements, provisioning, path, preserve): 447 1. pick the provisioning profile that best match the bundle identifier, 453 provisioning, self._GetCFBundleIdentifier() 495 Checks all the installed provisioning profiles (or if the user specified 506 A tuple of the path to the selected provisioning profile, the data of 507 the embedded plist in the provisioning profile and the team identifier 518 "cannot find mobile provisioning for %s" % (bundle_identifier), 547 "cannot find mobile provisioning for %s" % (bundle_identifier), 551 # If the user has multiple provisioning profiles installed that can be 553 # provisioning profil [all...] |
Completed in 11 milliseconds