Searched refs:WLAN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientProfile.c57 #define kProfileKeyWLAN CFSTR("WLAN")
146 if (profile->WLAN.ssid != NULL) {
147 CFStringRef ssid_str = my_CFStringCreateWithData(profile->WLAN.ssid);
150 CFSTR(", WLAN SSID %@ [%@]"),
151 ssid_str, profile->WLAN.security_type);
178 my_CFRelease(&profile->WLAN.ssid);
179 my_CFRelease(&profile->WLAN.security_type);
201 if (my_CFEqual(prof1->WLAN.ssid, prof2->WLAN.ssid) == FALSE) {
204 if (my_CFEqual(prof1->WLAN
741 CFDictionaryRef WLAN; local
[all...]
H A DEAPOLClientConfigurationInternal.h83 } WLAN; member in struct:__EAPOLClientProfile

Completed in 67 milliseconds