Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/hs20/server/www/
Dadd-mo.php21 if (strlen($user) < 1 || strncasecmp($user, "cert-", 5) == 0) {
/hostap-latest/src/utils/
Dos.h622 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n))
743 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
/hostap-latest/hostapd/
Dhostapd_cli_cmds.c1364 if (strncasecmp(cmd->cmd, argv[0], strlen(argv[0])) == 0) { in hostapd_request()
1380 if (strncasecmp(cmd->cmd, argv[0], strlen(argv[0])) == in hostapd_request()
Dhostapd_cli.c1930 if (strncasecmp(cmd->cmd, argv[0], strlen(argv[0])) == 0) { in wpa_request()
1946 if (strncasecmp(cmd->cmd, argv[0], strlen(argv[0])) == in wpa_request()