Searched refs:ssid_str (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientItemID.c536 CFStringRef ssid_str; local
543 ssid_str = my_CFStringCreateWithData(itemID->u.ssid);
545 ssid_str);
546 if (ssid_str != NULL) {
547 CFRelease(ssid_str);
562 ssid_str = my_CFStringCreateWithData(ssid);
564 ssid_str);
565 if (ssid_str != NULL) {
566 CFRelease(ssid_str);
622 CFStringRef ssid_str; local
[all...]
H A DEAPOLClientProfile.c147 CFStringRef ssid_str = my_CFStringCreateWithData(profile->WLAN.ssid); local
151 ssid_str, profile->WLAN.security_type);
152 CFRelease(ssid_str);
H A DEAPOLClientConfiguration.c373 CFStringRef ssid_str = my_CFStringCreateWithData(ssid); local
378 profileID, ssid_str, conflicting_profileID);
379 CFRelease(ssid_str);
/macosx-10.10.1/configd-699.1.5/Plugins/Logger/
H A Dlogger.c763 CFStringRef ssid_str; local
765 ssid_str = CFDictionaryGetValue(dict, CFSTR("SSID_STR"));
766 if (ssid_str != NULL) {
772 ssid_str,
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c6586 CFStringRef ssid_str = NULL; local
6601 ssid_str = CFStringCreateWithBytes(NULL,
6606 if (ssid_str == NULL) {
6607 ssid_str = CFStringCreateWithBytes(NULL,
6622 return (ssid_str);

Completed in 971 milliseconds