Searched refs:security_type (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientProfile.c151 ssid_str, profile->WLAN.security_type);
179 my_CFRelease(&profile->WLAN.security_type);
204 if (my_CFEqual(prof1->WLAN.security_type, prof2->WLAN.security_type)
402 *ret_security_type = profile->WLAN.security_type;
421 * In that case, the security_type argument will be ignored.
425 * security_type is not one of the defined strings above,
431 CFStringRef security_type)
440 if (security_type == NULL) {
441 /* both SSID and security_type mus
429 EAPOLClientProfileSetWLANSSIDAndSecurityType(EAPOLClientProfileRef profile, CFDataRef ssid, CFStringRef security_type) argument
775 CFStringRef security_type = NULL; local
[all...]
H A DEAPOLClientConfigurationInternal.h79 CFStringRef security_type; member in struct:__EAPOLClientProfile::__anon8334
H A DEAPOLClientConfiguration.h668 * In that case, the security_type argument will be ignored.
672 * security_type is not one of the defined strings above,
684 CFStringRef security_type);
/macosx-10.10.1/eap8021x-198/eapolcfg.tproj/
H A Deapolcfg.c344 CFStringRef security_type; local
357 &security_type);
362 security_type);
633 CFStringRef security_type = NULL; local
694 if (security_type != NULL) {
698 security_type = copy_wlan_security_type(optarg);
699 if (security_type == NULL) {
810 if (ssid != NULL && security_type != NULL) {
813 else if (ssid != NULL || security_type != NULL) {
885 security_type)
[all...]

Completed in 168 milliseconds