Searched refs:str_starts (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_ssdp.c | 103 static int str_starts(const char *str, const char *start) in str_starts() function 553 if (!str_starts(data, "239.255.255.250")) in ssdp_parse_msearch() 557 if (!str_starts(data, ":1900")) in ssdp_parse_msearch() 574 if (str_starts(data, "ssdp:all")) { in ssdp_parse_msearch() 578 if (str_starts(data, "upnp:rootdevice")) { in ssdp_parse_msearch() 582 if (str_starts(data, "uuid:")) { in ssdp_parse_msearch() 594 if (str_starts(data, uuid_string)) in ssdp_parse_msearch() 600 if (str_starts(data, "urn:schemas-upnp-org:device:" in ssdp_parse_msearch() 606 if (str_starts(data, "urn:schemas-wifialliance-org:" in ssdp_parse_msearch() 611 if (str_starts(data, "urn:schemas-wifialliance-org:" in ssdp_parse_msearch() [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 272 static int str_starts(const char *str, const char *start) in str_starts() function 588 (str_starts(buf, "ssid=") || in hapd_wps_cred_cb() 589 str_starts(buf, "ssid2=") || in hapd_wps_cred_cb() 590 str_starts(buf, "auth_algs=") || in hapd_wps_cred_cb() 591 str_starts(buf, "wep_default_key=") || in hapd_wps_cred_cb() 592 str_starts(buf, "wep_key") || in hapd_wps_cred_cb() 593 str_starts(buf, "wps_state=") || in hapd_wps_cred_cb() 594 str_starts(buf, "wpa=") || in hapd_wps_cred_cb() 595 str_starts(buf, "wpa_psk=") || in hapd_wps_cred_cb() 596 str_starts(buf, "wpa_pairwise=") || in hapd_wps_cred_cb() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_cli.c | 289 static int str_starts(const char *src, const char *match) in str_starts() function 308 if (str_starts(start, WPA_EVENT_BSS_ADDED) || in wpa_cli_show_event() 309 str_starts(start, WPA_EVENT_BSS_REMOVED)) in wpa_cli_show_event() 3498 if (cmd == NULL || str_starts(wpa_cli_commands[n].cmd, cmd)) in print_help() 3842 if (str_starts(start, WPA_EVENT_BSS_ADDED)) { in cli_event() 3853 if (str_starts(start, WPA_EVENT_BSS_REMOVED)) { in cli_event() 3865 if (str_starts(start, P2P_EVENT_DEVICE_FOUND)) { in cli_event() 3873 if (str_starts(start, P2P_EVENT_DEVICE_LOST)) { in cli_event() 3881 if (str_starts(start, P2P_EVENT_GROUP_STARTED)) { in cli_event() 3889 if (str_starts(start, P2P_EVENT_GROUP_REMOVED)) { in cli_event()
|