Lines Matching refs:os_strcmp
103 if (os_strcmp(value, "NULL") == 0) { in wpa_config_parse_str()
437 if (os_strcmp(start, "WPA") == 0) in wpa_config_parse_proto()
439 else if (os_strcmp(start, "RSN") == 0 || in wpa_config_parse_proto()
440 os_strcmp(start, "WPA2") == 0) in wpa_config_parse_proto()
521 if (os_strcmp(start, "WPA-PSK") == 0) in wpa_config_parse_key_mgmt()
523 else if (os_strcmp(start, "WPA-EAP") == 0) in wpa_config_parse_key_mgmt()
525 else if (os_strcmp(start, "IEEE8021X") == 0) in wpa_config_parse_key_mgmt()
527 else if (os_strcmp(start, "NONE") == 0) in wpa_config_parse_key_mgmt()
529 else if (os_strcmp(start, "WPA-NONE") == 0) in wpa_config_parse_key_mgmt()
532 else if (os_strcmp(start, "FT-PSK") == 0) in wpa_config_parse_key_mgmt()
534 else if (os_strcmp(start, "FT-EAP") == 0) in wpa_config_parse_key_mgmt()
538 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0) in wpa_config_parse_key_mgmt()
540 else if (os_strcmp(start, "WPA-EAP-SHA256") == 0) in wpa_config_parse_key_mgmt()
544 else if (os_strcmp(start, "WPS") == 0) in wpa_config_parse_key_mgmt()
684 if (os_strcmp(start, "CCMP") == 0) in wpa_config_parse_cipher()
686 else if (os_strcmp(start, "TKIP") == 0) in wpa_config_parse_cipher()
688 else if (os_strcmp(start, "WEP104") == 0) in wpa_config_parse_cipher()
690 else if (os_strcmp(start, "WEP40") == 0) in wpa_config_parse_cipher()
692 else if (os_strcmp(start, "NONE") == 0) in wpa_config_parse_cipher()
863 if (os_strcmp(start, "OPEN") == 0) in wpa_config_parse_auth_alg()
865 else if (os_strcmp(start, "SHARED") == 0) in wpa_config_parse_auth_alg()
867 else if (os_strcmp(start, "LEAP") == 0) in wpa_config_parse_auth_alg()
1054 if (os_strcmp(value, "NULL") == 0) { in wpa_config_parse_password()
1768 if (os_strcmp(var, field->name) != 0) in wpa_config_set()
1814 if (os_strcmp(var, field->name) == 0) in wpa_config_get()
1847 if (os_strcmp(var, field->name) == 0) { in wpa_config_get_no_key()
1903 if (os_strcmp(blob->name, name) == 0) in wpa_config_get_blob()
1953 if (os_strcmp(pos->name, name) == 0) { in wpa_config_remove_blob()