Searched refs:strncasecmp (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/hs20/server/www/ |
D | add-mo.php | 21 if (strlen($user) < 1 || strncasecmp($user, "cert-", 5) == 0) {
|
/hostap-latest/src/utils/ |
D | os.h | 622 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) 743 #define strncasecmp OS_DO_NOT_USE_strncasecmp macro
|
/hostap-latest/hostapd/ |
D | hostapd_cli_cmds.c | 1364 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()
|
D | hostapd_cli.c | 1930 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()
|