Searched refs:os_strcasecmp (Results 1 - 23 of 23) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h308 * os_strcasecmp - Compare two strings ignoring case
314 int os_strcasecmp(const char *s1, const char *s2);
445 #ifndef os_strcasecmp
447 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro
449 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
H A Dos_none.c159 int os_strcasecmp(const char *s1, const char *s2) function
H A Dos_internal.c336 int os_strcasecmp(const char *s1, const char *s2) function
/external/wpa_supplicant_8/src/utils/
H A Dos.h308 * os_strcasecmp - Compare two strings ignoring case
314 int os_strcasecmp(const char *s1, const char *s2);
445 #ifndef os_strcasecmp
447 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro
449 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
H A Dos_none.c159 int os_strcasecmp(const char *s1, const char *s2) function
H A Dos_internal.c336 int os_strcasecmp(const char *s1, const char *s2) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h308 * os_strcasecmp - Compare two strings ignoring case
314 int os_strcasecmp(const char *s1, const char *s2);
445 #ifndef os_strcasecmp
447 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro
449 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
H A Dos_none.c159 int os_strcasecmp(const char *s1, const char *s2) function
H A Dos_internal.c336 int os_strcasecmp(const char *s1, const char *s2) function
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c306 if (os_strcasecmp(cmd, "EAPOL::heldPeriod") == 0) {
309 } else if (os_strcasecmp(cmd, "EAPOL::authPeriod") == 0) {
312 } else if (os_strcasecmp(cmd, "EAPOL::startPeriod") == 0) {
315 } else if (os_strcasecmp(cmd, "EAPOL::maxStart") == 0) {
318 } else if (os_strcasecmp(cmd, "dot11RSNAConfigPMKLifetime") == 0) {
322 } else if (os_strcasecmp(cmd, "dot11RSNAConfigPMKReauthThreshold") ==
327 } else if (os_strcasecmp(cmd, "dot11RSNAConfigSATimeout") == 0) {
330 } else if (os_strcasecmp(cmd, "wps_fragment_size") == 0) {
333 } else if (os_strcasecmp(cmd, "wps_version_number") == 0) {
347 } else if (os_strcasecmp(cm
[all...]
H A Dinterworking.c490 return os_strcasecmp(realm->realm, home_realm) == 0;
501 if (os_strcasecmp(pos, home_realm) == 0) {
H A Dwpa_cli.c2866 if (os_strcasecmp(wpa_cli_commands[i].cmd, cmd) == 0) {
2914 if (os_strcasecmp(cmd->cmd, argv[0]) == 0) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_web.c329 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_XML_FILE) == 0) {
343 } else if (!os_strcasecmp(filename, UPNP_WPS_SCPD_XML_FILE)) {
858 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_CONTROL_FILE)) {
944 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_EVENT_FILE) != 0) {
1153 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_EVENT_FILE) != 0) {
H A Dwps_er.c526 found = os_strcasecmp(val, "urn:schemas-wifialliance-org:"
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_web.c329 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_XML_FILE) == 0) {
343 } else if (!os_strcasecmp(filename, UPNP_WPS_SCPD_XML_FILE)) {
858 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_CONTROL_FILE)) {
944 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_EVENT_FILE) != 0) {
1153 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_EVENT_FILE) != 0) {
H A Dwps_er.c526 found = os_strcasecmp(val, "urn:schemas-wifialliance-org:"
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c329 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_XML_FILE) == 0) {
343 } else if (!os_strcasecmp(filename, UPNP_WPS_SCPD_XML_FILE)) {
858 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_CONTROL_FILE)) {
944 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_EVENT_FILE) != 0) {
1153 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_EVENT_FILE) != 0) {
H A Dwps_er.c526 found = os_strcasecmp(val, "urn:schemas-wifialliance-org:"
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c752 } else if (os_strcasecmp(cmd, "wps_version_number") == 0) {
767 } else if (os_strcasecmp(cmd, "wps_testing_dummy_cred") == 0) {
773 } else if (os_strcasecmp(cmd, "gas_frag_limit") == 0) {
H A Dhostapd_cli.c851 if (os_strcasecmp(cmd->cmd, argv[0]) == 0) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c125 return os_strcasecmp(a, b);
131 ret = os_strcasecmp(aa, bb);
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c125 return os_strcasecmp(a, b);
131 ret = os_strcasecmp(aa, bb);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c125 return os_strcasecmp(a, b);
131 ret = os_strcasecmp(aa, bb);

Completed in 352 milliseconds