Home
last modified time | relevance | path

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

/hostap-latest/src/wps/
Dhttpread.c103 int end2 = 0; in word_eq() local
112 end2 = !isgraph(c2); in word_eq()
113 if (end1 || end2 || c1 != c2) in word_eq()
116 return end1 && end2; /* reached end of both words? */ in word_eq()
Dwps_upnp_ssdp.c43 int end2 = 0; in token_eq() local
52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-'); in token_eq()
53 if (end1 || end2 || c1 != c2) in token_eq()
56 return end1 && end2; /* reached end of both words? */ in token_eq()
/hostap-latest/hs20/client/
Dosu_client.c2905 const char *pos, *end, *end2; in get_hostname() local
2920 end2 = os_strchr(pos, ':'); in get_hostname()
2921 if ((end && end2 && end2 < end) || (!end && end2)) in get_hostname()
2922 end = end2; in get_hostname()
/hostap-latest/src/radius/
Dradius_server.c1066 char *url2, *end2, *pos2; in radius_server_encapsulate_eap() local
1099 end2 = url2 + url_len + 1; in radius_server_encapsulate_eap()
1102 os_snprintf(pos2, end2 - pos2, MACSTR, MAC2STR(sess->mac_addr)); in radius_server_encapsulate_eap()