HomeSort by: relevance | last modified time | path
    Searched refs:os_strcmp (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /src/external/bsd/wpa/dist/hostapd/
config_file.c 391 if (os_strcmp(start, "TTLS-PAP") == 0) {
395 if (os_strcmp(start, "TTLS-CHAP") == 0) {
399 if (os_strcmp(start, "TTLS-MSCHAP") == 0) {
404 if (os_strcmp(start, "TTLS-MSCHAPV2") == 0) {
409 if (os_strcmp(start, "MACACL") == 0) {
656 if (os_strcmp(start, "WPA-PSK") == 0)
658 else if (os_strcmp(start, "WPA-EAP") == 0)
661 else if (os_strcmp(start, "FT-PSK") == 0)
663 else if (os_strcmp(start, "FT-EAP") == 0)
666 else if (os_strcmp(start, "FT-EAP-SHA384") == 0
    [all...]
ctrl_iface.c 271 if (os_strcmp(cmd, "WPS") == 0)
273 else if (os_strcmp(cmd, "NDEF") == 0)
319 if (os_strcmp(cmd, "WPS") == 0)
323 if (os_strcmp(cmd, "NDEF") == 0)
327 if (os_strcmp(cmd, "enable") == 0)
330 if (os_strcmp(cmd, "disable") == 0) {
353 if (os_strcmp(cmd, "WPS") == 0)
355 else if (os_strcmp(cmd, "NDEF") == 0)
360 if (os_strcmp(pos, "WPS-CR") == 0)
434 if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "WPS") == 0)
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 130 if (os_strcmp(entry.key, "Timeout") == 0 &&
133 } else if (os_strcmp(entry.key, "RequestedDeviceTypes") == 0) {
153 } else if (os_strcmp(entry.key, "DiscoveryType") == 0 &&
155 if (os_strcmp(entry.str_value, "start_with_full") == 0)
157 else if (os_strcmp(entry.str_value, "social") == 0)
159 else if (os_strcmp(entry.str_value, "progressive") == 0)
163 } else if (os_strcmp(entry.key, "freq") == 0 &&
272 if (os_strcmp(entry.key, "period") == 0 &&
275 else if (os_strcmp(entry.key, "interval") == 0 &&
318 if (os_strcmp(entry.key, "duration1") == 0 &
    [all...]
dbus_new_handlers_wps.c 51 if (os_strcmp(val, "enrollee") == 0)
53 else if (os_strcmp(val, "registrar") == 0)
81 if (os_strcmp(val, "pin") == 0)
83 else if (os_strcmp(val, "pbc") == 0)
186 if (os_strcmp(key, "Role") == 0)
189 else if (os_strcmp(key, "Type") == 0)
192 else if (os_strcmp(key, "Bssid") == 0)
195 else if (os_strcmp(key, "Pin") == 0)
199 else if (os_strcmp(key, "P2PDeviceAddress") == 0)
dbus_new_handlers.c 163 if (os_strcmp(key, dont_quote[i]) == 0)
183 os_strcmp(wpa_s->dbus_new_path, path) == 0)
284 if (os_strcmp(entry.key, "bgscan") == 0) {
300 if (os_strcmp(entry.key, "bssid") != 0 &&
301 os_strcmp(entry.key, "priority") != 0)
313 if ((os_strcmp(entry.key, "psk") == 0 &&
315 (os_strcmp(entry.key, "ssid") == 0 && ssid->passphrase))
317 else if (os_strcmp(entry.key, "priority") == 0)
325 if (os_strcmp(entry.key, "mac_addr") == 0 &&
328 if (os_strcmp(entry.key, "mac_value") == 0
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
eap_user_db.c 44 if (os_strcmp(start, "TTLS-PAP") == 0) {
48 if (os_strcmp(start, "TTLS-CHAP") == 0) {
52 if (os_strcmp(start, "TTLS-MSCHAP") == 0) {
56 if (os_strcmp(start, "TTLS-MSCHAPV2") == 0) {
85 if (os_strcmp(col[i], "password") == 0 && argv[i]) {
90 } else if (os_strcmp(col[i], "methods") == 0 && argv[i]) {
92 } else if (os_strcmp(col[i], "remediation") == 0 && argv[i]) {
94 } else if (os_strcmp(col[i], "t_c_timestamp") == 0 && argv[i]) {
110 if (os_strcmp(col[i], "identity") == 0 && argv[i])
112 else if (os_strcmp(col[i], "methods") == 0 && argv[i]
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.c 71 if (os_strcmp(value, "NULL") == 0) {
376 if (value[0] == '\0' || os_strcmp(value, "\"\"") == 0 ||
377 os_strcmp(value, "any") == 0) {
421 if (value[0] == '\0' || os_strcmp(value, "\"\"") == 0 ||
422 os_strcmp(value, "any") == 0) {
691 if (os_strcmp(start, "WPA") == 0)
693 else if (os_strcmp(start, "RSN") == 0 ||
694 os_strcmp(start, "WPA2") == 0)
696 else if (os_strcmp(start, "OSEN") == 0)
792 if (os_strcmp(start, "WPA-PSK") == 0
    [all...]
ctrl_iface.c 348 if (*cmd == '\0' || os_strcmp(cmd, "\"\"") == 0) {
375 if (os_strcmp(cmd, "disable") == 0) {
422 if (*cmd == '\0' || os_strcmp(cmd, "\"\"") == 0) {
523 if (os_strcmp(value, "Auto") == 0)
525 else if (os_strcmp(value, "ForceUnauthorized") == 0)
528 else if (os_strcmp(value, "ForceAuthorized") == 0)
627 if (os_strcmp(value, "disable") == 0)
815 if (os_strcmp(value, "NULL") == 0)
821 if (os_strcmp(value, "NULL") == 0)
827 if (os_strcmp(value, "NULL") == 0
    [all...]
ctrl_iface_udp.c 253 if (os_strcmp(addr, "::1")) {
282 if (os_strcmp(buf, "GET_COOKIE") == 0) {
319 if (os_strcmp(pos, "ATTACH") == 0) {
327 } else if (os_strcmp(pos, "DETACH") == 0) {
654 if (os_strcmp(addr, "::1")) {
683 if (os_strcmp(buf, "GET_COOKIE") == 0) {
713 if (os_strcmp(pos, "ATTACH") == 0) {
719 } else if (os_strcmp(pos, "DETACH") == 0) {
main_winsvc.c 423 if (os_strcmp(argv[1], "reg") == 0) {
445 } else if (os_strcmp(argv[1], "unreg") == 0) {
447 } else if (os_strcmp(argv[1], "app") == 0) {
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_methods.c 50 if (os_strcmp(m->name, name) == 0) {
121 os_strcmp(m->name, method->name) == 0) {
eap_sim_db.c 213 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
314 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
318 } else if (os_strcmp(col[i], "counter") == 0 && argv[i]) {
320 } else if (os_strcmp(col[i], "mk") == 0 && argv[i]) {
322 } else if (os_strcmp(col[i], "k_encr") == 0 && argv[i]) {
325 } else if (os_strcmp(col[i], "k_aut") == 0 && argv[i]) {
328 } else if (os_strcmp(col[i], "k_re") == 0 && argv[i]) {
383 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
662 if (os_strcmp(cmd, "SIM-RESP-AUTH") == 0)
664 else if (os_strcmp(cmd, "AKA-RESP-AUTH") == 0
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
os_none.c 183 return os_strcmp(s1, s2);
209 int os_strcmp(const char *s1, const char *s2) function
browser-system.c 40 if (os_strcmp(url, "/") == 0) {
trace.c 320 os_strcmp(data.function, __func__) != 0)) {
356 (os_strcmp(func, "wpa_trace_add_ref_func") == 0 ||
357 os_strcmp(func, "wpa_trace_check_ref") == 0 ||
358 os_strcmp(func, "wpa_trace_show") == 0))
371 os_strcmp(func, "main") == 0)
browser-android.c 40 if (os_strcmp(url, "/") == 0) {
browser-wpadebug.c 40 if (os_strcmp(url, "/") == 0) {
ext_password.c 46 if (os_strcmp(backends[i]->name, backend) == 0) {
os.h 446 * os_strcmp - Compare two strings
452 int os_strcmp(const char *s1, const char *s2);
555 #ifndef os_strcmp
556 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
edit_readline.c 99 if (h == NULL || os_strcmp(cmd, h->line) != 0)
  /src/external/bsd/wpa/dist/hs20/client/
est.c 259 if (os_strcmp(txt, "1.2.840.113549.1.9.7") == 0) {
261 } else if (os_strcmp(txt, "1.2.840.113549.1.1.11") == 0) {
284 if (os_strcmp(txt, "1.3.6.1.1.1.1.22") == 0) {
286 } else if (os_strcmp(txt, "1.3.6.1.4.1.40808.1.1.3") == 0) {
288 } else if (os_strcmp(txt, "1.3.6.1.4.1.40808.1.1.4") == 0) {
290 } else if (os_strcmp(txt, "1.3.6.1.4.1.40808.1.1.5") == 0) {
313 if (os_strcmp(txt, "1.2.840.113549.1.9.14") == 0) {
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_fast_pac.c 431 if (os_strcmp(pac_file_hdr, rc.buf) != 0)
435 if (os_strcmp(rc.buf, "START") == 0)
437 else if (os_strcmp(rc.buf, "END") == 0) {
442 else if (os_strcmp(rc.buf, "PAC-Type") == 0)
444 else if (os_strcmp(rc.buf, "PAC-Key") == 0)
446 else if (os_strcmp(rc.buf, "PAC-Opaque") == 0)
448 else if (os_strcmp(rc.buf, "A-ID") == 0)
450 else if (os_strcmp(rc.buf, "I-ID") == 0)
452 else if (os_strcmp(rc.buf, "A-ID-Info") == 0)
eap_teap_pac.c 432 if (os_strcmp(pac_file_hdr, rc.buf) != 0)
436 if (os_strcmp(rc.buf, "START") == 0)
438 else if (os_strcmp(rc.buf, "END") == 0) {
443 else if (os_strcmp(rc.buf, "PAC-Type") == 0)
445 else if (os_strcmp(rc.buf, "PAC-Key") == 0)
447 else if (os_strcmp(rc.buf, "PAC-Opaque") == 0)
449 else if (os_strcmp(rc.buf, "A-ID") == 0)
451 else if (os_strcmp(rc.buf, "I-ID") == 0)
453 else if (os_strcmp(rc.buf, "A-ID-Info") == 0)
eap_methods.c 55 if (os_strcmp(m->name, name) == 0) {
331 os_strcmp(m->name, method->name) == 0) {
tncc.c 239 if (os_strcmp(functionName, "TNC_TNCC_ReportMessageTypes") == 0)
241 else if (os_strcmp(functionName, "TNC_TNCC_SendMessage") == 0)
243 else if (os_strcmp(functionName, "TNC_TNCC_RequestHandshakeRetry") ==
246 else if (os_strcmp(functionName, "TNC_9048_LogMessage") == 0)
248 else if (os_strcmp(functionName, "TNC_9048_UserMessage") == 0)
672 if (os_strcmp(pos, "allow") == 0)
674 else if (os_strcmp(pos, "none") == 0)
676 else if (os_strcmp(pos, "isolate") == 0)

Completed in 35 milliseconds

1 2 3 4