HomeSort by relevance Sort by last modified time
    Searched refs:os_strcmp (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/wpa_supplicant_8/hostapd/
config_file.c 308 if (os_strcmp(start, "TTLS-PAP") == 0) {
312 if (os_strcmp(start, "TTLS-CHAP") == 0) {
316 if (os_strcmp(start, "TTLS-MSCHAP") == 0) {
321 if (os_strcmp(start, "TTLS-MSCHAPV2") == 0) {
523 if (os_strcmp(start, "WPA-PSK") == 0)
525 else if (os_strcmp(start, "WPA-EAP") == 0)
528 else if (os_strcmp(start, "FT-PSK") == 0)
530 else if (os_strcmp(start, "FT-EAP") == 0)
534 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0)
536 else if (os_strcmp(start, "WPA-EAP-SHA256") == 0
    [all...]
ctrl_iface.c 459 if (os_strcmp(txt, "disable") == 0) {
464 if (os_strcmp(txt, "random") == 0) {
473 if (os_strcmp(txt, "get") == 0) {
480 if (os_strcmp(txt, "set") == 0) {
745 if (os_strcmp(cmd, "version") == 0) {
776 if (os_strcmp(buf, "PING") == 0)
790 if (os_strcmp(buf, "PING") == 0) {
796 } else if (os_strcmp(buf, "MIB") == 0) {
825 } else if (os_strcmp(buf, "STA-FIRST") == 0) {
834 } else if (os_strcmp(buf, "ATTACH") == 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 54 if (os_strcmp(val, "enrollee") == 0)
56 else if (os_strcmp(val, "registrar") == 0)
85 if (os_strcmp(val, "pin") == 0)
87 else if (os_strcmp(val, "pbc") == 0)
156 if (os_strcmp(key, "Role") == 0)
159 else if (os_strcmp(key, "Type") == 0)
162 else if (os_strcmp(key, "Bssid") == 0)
165 else if (os_strcmp(key, "Pin") == 0)
dbus_old_handlers_wps.c 45 if (!os_strcmp(arg_bssid, "any"))
87 if (!os_strcmp(arg_bssid, "any"))
147 if (!os_strcmp(arg_bssid, "any"))
dbus_new_handlers_p2p.c 96 if (!os_strcmp(entry.key, "Timeout") &&
99 } else if (!os_strcmp(entry.key, "SearchOnly") &&
102 } else if (os_strcmp(entry.key, "RequestedDeviceTypes") == 0) {
319 os_strcmp(iface, wpa_s->dbus_new_path) != 0) {
570 os_strcmp(iface, wpa_s->dbus_new_path) != 0) {
640 if (os_strcmp(config_method, "display") &&
641 os_strcmp(config_method, "keypad") &&
642 os_strcmp(config_method, "pbc") &&
643 os_strcmp(config_method, "pushbutton"))
821 if (os_strcmp(entry.key, "DeviceName") == 0)
    [all...]
dbus_old.c 192 if (os_strcmp(dbus_message_get_member(message), "properties") == 0)
283 else if (!os_strcmp(method, "wpsPbc"))
285 else if (!os_strcmp(method, "wpsPin"))
287 else if (!os_strcmp(method, "wpsReg"))
290 else if (!os_strcmp(method, "flush"))
dbus_new_helpers.c 210 if (os_strcmp(dbus_message_get_signature(message), "s") != 0)
222 if (os_strcmp(dbus_message_get_signature(message), "ss"))
238 if (os_strcmp(dbus_message_get_signature(message), "ssv"))
574 if (!os_strcmp(error.name, DBUS_ERROR_OBJECT_PATH_IN_USE)) {
639 if (os_strcmp(dsc->dbus_interface, interface) != 0)
836 if (os_strcmp(property, dsc->dbus_property) == 0 &&
837 os_strcmp(interface, dsc->dbus_interface) == 0) {
  /external/wpa_supplicant/
ctrl_iface.c 151 if (os_strcmp(rsp, "IDENTITY") == 0) {
158 } else if (os_strcmp(rsp, "PASSWORD") == 0) {
165 } else if (os_strcmp(rsp, "NEW_PASSWORD") == 0) {
172 } else if (os_strcmp(rsp, "PIN") == 0) {
178 } else if (os_strcmp(rsp, "OTP") == 0) {
185 } else if (os_strcmp(rsp, "PASSPHRASE") == 0) {
211 verbose = os_strcmp(params, "-VERBOSE") == 0;
613 if (os_strcmp(cmd, "any") == 0) {
800 if (os_strcmp(name, "priority") == 0) {
813 if ((os_strcmp(name, "psk") == 0 &
    [all...]
os_none.c 166 return os_strcmp(s1, s2);
192 int os_strcmp(const char *s1, const char *s2) function
config.c 94 if (os_strcmp(value, "NULL") == 0) {
404 if (os_strcmp(start, "WPA") == 0)
406 else if (os_strcmp(start, "RSN") == 0 ||
407 os_strcmp(start, "WPA2") == 0)
486 if (os_strcmp(start, "WPA-PSK") == 0)
488 else if (os_strcmp(start, "WPA-EAP") == 0)
490 else if (os_strcmp(start, "IEEE8021X") == 0)
492 else if (os_strcmp(start, "NONE") == 0)
494 else if (os_strcmp(start, "WPA-NONE") == 0)
605 if (os_strcmp(start, "CCMP") == 0
    [all...]
os.h 321 * os_strcmp - Compare two strings
327 int os_strcmp(const char *s1, const char *s2);
432 #ifndef os_strcmp
433 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
main_winsvc.c 410 if (os_strcmp(argv[1], "reg") == 0) {
432 } else if (os_strcmp(argv[1], "unreg") == 0) {
434 } else if (os_strcmp(argv[1], "app") == 0) {
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.c 152 if (cmd == NULL || os_strcmp(cmd, "any") == 0)
177 if (os_strcmp(cmd, "any") == 0)
218 if (os_strcmp(cmd, "any") == 0)
262 if (os_strcmp(rsp, "IDENTITY") == 0) {
269 } else if (os_strcmp(rsp, "PASSWORD") == 0) {
276 } else if (os_strcmp(rsp, "NEW_PASSWORD") == 0) {
283 } else if (os_strcmp(rsp, "PIN") == 0) {
289 } else if (os_strcmp(rsp, "OTP") == 0) {
296 } else if (os_strcmp(rsp, "PASSPHRASE") == 0) {
322 verbose = os_strcmp(params, "-VERBOSE") == 0
    [all...]
config.c 103 if (os_strcmp(value, "NULL") == 0) {
437 if (os_strcmp(start, "WPA") == 0)
439 else if (os_strcmp(start, "RSN") == 0 ||
440 os_strcmp(start, "WPA2") == 0)
521 if (os_strcmp(start, "WPA-PSK") == 0)
523 else if (os_strcmp(start, "WPA-EAP") == 0)
525 else if (os_strcmp(start, "IEEE8021X") == 0)
527 else if (os_strcmp(start, "NONE") == 0)
529 else if (os_strcmp(start, "WPA-NONE") == 0)
532 else if (os_strcmp(start, "FT-PSK") == 0
    [all...]
main_winsvc.c 429 if (os_strcmp(argv[1], "reg") == 0) {
451 } else if (os_strcmp(argv[1], "unreg") == 0) {
453 } else if (os_strcmp(argv[1], "app") == 0) {
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 166 return os_strcmp(s1, s2);
192 int os_strcmp(const char *s1, const char *s2) function
os.h 321 * os_strcmp - Compare two strings
327 int os_strcmp(const char *s1, const char *s2);
432 #ifndef os_strcmp
433 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
  /external/wpa_supplicant_8/src/eap_server/
eap_server_methods.c 55 if (os_strcmp(m->name, name) == 0) {
122 os_strcmp(m->name, method->name) == 0)
  /external/wpa_supplicant_8/src/utils/
os_none.c 166 return os_strcmp(s1, s2);
192 int os_strcmp(const char *s1, const char *s2) function
trace.c 274 (os_strcmp(func, "wpa_trace_add_ref_func") == 0 ||
275 os_strcmp(func, "wpa_trace_check_ref") == 0 ||
276 os_strcmp(func, "wpa_trace_show") == 0))
289 os_strcmp(func, "main") == 0)
os.h 321 * os_strcmp - Compare two strings
327 int os_strcmp(const char *s1, const char *s2);
439 #ifndef os_strcmp
440 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 147 if (os_strcmp(cmd, "version") == 0) {
309 if (cmd == NULL || os_strcmp(cmd, "any") == 0) {
362 if (os_strcmp(cmd, "any") == 0)
548 if (os_strcmp(cmd, "disable") == 0) {
553 if (os_strcmp(cmd, "random") == 0) {
562 if (os_strcmp(cmd, "get") == 0) {
569 if (os_strcmp(cmd, "set") == 0) {
733 if (os_strcmp(rsp, "IDENTITY") == 0) {
740 } else if (os_strcmp(rsp, "PASSWORD") == 0) {
747 } else if (os_strcmp(rsp, "NEW_PASSWORD") == 0)
    [all...]
config.c 104 if (os_strcmp(value, "NULL") == 0) {
307 if (value[0] == '\0' || os_strcmp(value, "\"\"") == 0 ||
308 os_strcmp(value, "any") == 0) {
444 if (os_strcmp(start, "WPA") == 0)
446 else if (os_strcmp(start, "RSN") == 0 ||
447 os_strcmp(start, "WPA2") == 0)
528 if (os_strcmp(start, "WPA-PSK") == 0)
530 else if (os_strcmp(start, "WPA-EAP") == 0)
532 else if (os_strcmp(start, "IEEE8021X") == 0)
534 else if (os_strcmp(start, "NONE") == 0
    [all...]
main_winsvc.c 429 if (os_strcmp(argv[1], "reg") == 0) {
451 } else if (os_strcmp(argv[1], "unreg") == 0) {
453 } else if (os_strcmp(argv[1], "app") == 0) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_methods.c 55 if (os_strcmp(m->name, name) == 0) {
122 os_strcmp(m->name, method->name) == 0)

Completed in 406 milliseconds

1 2 3 4 5