Lines Matching refs:os_strcmp
104 if (os_strcmp(value, "NULL") == 0) { in wpa_config_parse_str()
307 if (value[0] == '\0' || os_strcmp(value, "\"\"") == 0 || in wpa_config_parse_bssid()
308 os_strcmp(value, "any") == 0) { in wpa_config_parse_bssid()
444 if (os_strcmp(start, "WPA") == 0) in wpa_config_parse_proto()
446 else if (os_strcmp(start, "RSN") == 0 || in wpa_config_parse_proto()
447 os_strcmp(start, "WPA2") == 0) in wpa_config_parse_proto()
528 if (os_strcmp(start, "WPA-PSK") == 0) in wpa_config_parse_key_mgmt()
530 else if (os_strcmp(start, "WPA-EAP") == 0) in wpa_config_parse_key_mgmt()
532 else if (os_strcmp(start, "IEEE8021X") == 0) in wpa_config_parse_key_mgmt()
534 else if (os_strcmp(start, "NONE") == 0) in wpa_config_parse_key_mgmt()
536 else if (os_strcmp(start, "WPA-NONE") == 0) in wpa_config_parse_key_mgmt()
539 else if (os_strcmp(start, "FT-PSK") == 0) in wpa_config_parse_key_mgmt()
541 else if (os_strcmp(start, "FT-EAP") == 0) in wpa_config_parse_key_mgmt()
545 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0) in wpa_config_parse_key_mgmt()
547 else if (os_strcmp(start, "WPA-EAP-SHA256") == 0) in wpa_config_parse_key_mgmt()
551 else if (os_strcmp(start, "WPS") == 0) in wpa_config_parse_key_mgmt()
691 if (os_strcmp(start, "CCMP") == 0) in wpa_config_parse_cipher()
693 else if (os_strcmp(start, "TKIP") == 0) in wpa_config_parse_cipher()
695 else if (os_strcmp(start, "WEP104") == 0) in wpa_config_parse_cipher()
697 else if (os_strcmp(start, "WEP40") == 0) in wpa_config_parse_cipher()
699 else if (os_strcmp(start, "NONE") == 0) in wpa_config_parse_cipher()
870 if (os_strcmp(start, "OPEN") == 0) in wpa_config_parse_auth_alg()
872 else if (os_strcmp(start, "SHARED") == 0) in wpa_config_parse_auth_alg()
874 else if (os_strcmp(start, "LEAP") == 0) in wpa_config_parse_auth_alg()
1185 if (os_strcmp(value, "NULL") == 0) { in wpa_config_parse_password()
1930 if (os_strcmp(var, field->name) != 0) in wpa_config_set()
2038 if (os_strcmp(var, field->name) == 0) in wpa_config_get()
2071 if (os_strcmp(var, field->name) == 0) { in wpa_config_get_no_key()
2127 if (os_strcmp(blob->name, name) == 0) in wpa_config_get_blob()
2177 if (os_strcmp(pos->name, name) == 0) { in wpa_config_remove_blob()