HomeSort by relevance Sort by last modified time
    Searched defs:token_eq (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 36 static int token_eq(const char *s1, const char *s2) function
566 if (token_eq(data, "host")) {
590 } else if (token_eq(data, "st")) {
637 } else if (token_eq(data, "man")) {
651 } else if (token_eq(data, "mx")) {
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 35 static int token_eq(const char *s1, const char *s2) function
537 if (token_eq(data, "host")) {
561 } else if (token_eq(data, "st")) {
613 } else if (token_eq(data, "man")) {
627 } else if (token_eq(data, "mx")) {

Completed in 18 milliseconds