Home
last modified time | relevance | path

Searched refs:str_starts (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_ssdp.c547 if (!str_starts(data, "239.255.255.250")) in ssdp_parse_msearch()
551 if (!str_starts(data, ":1900")) in ssdp_parse_msearch()
568 if (str_starts(data, "ssdp:all")) { in ssdp_parse_msearch()
572 if (str_starts(data, "upnp:rootdevice")) { in ssdp_parse_msearch()
576 if (str_starts(data, "uuid:")) { in ssdp_parse_msearch()
588 if (str_starts(data, uuid_string)) in ssdp_parse_msearch()
594 if (str_starts(data, "urn:schemas-upnp-org:device:" in ssdp_parse_msearch()
600 if (str_starts(data, "urn:schemas-wifialliance-org:" in ssdp_parse_msearch()
605 if (str_starts(data, "urn:schemas-wifialliance-org:" in ssdp_parse_msearch()
618 if (!str_starts(data, "\"ssdp:discover\"")) { in ssdp_parse_msearch()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c110 if (str_starts(start, WPA_EVENT_BSS_ADDED) || in wpa_cli_show_event()
111 str_starts(start, WPA_EVENT_BSS_REMOVED)) in wpa_cli_show_event()
3474 if (cmd == NULL || str_starts(wpa_cli_commands[n].cmd, cmd)) in print_help()
3700 if (str_starts(pos, WPA_EVENT_CONNECTED)) { in wpa_cli_action_process()
3736 } else if (str_starts(pos, WPA_EVENT_DISCONNECTED)) { in wpa_cli_action_process()
3741 } else if (str_starts(pos, AP_EVENT_ENABLED)) { in wpa_cli_action_process()
3743 } else if (str_starts(pos, AP_EVENT_DISABLED)) { in wpa_cli_action_process()
3745 } else if (str_starts(pos, MESH_GROUP_STARTED)) { in wpa_cli_action_process()
3747 } else if (str_starts(pos, MESH_GROUP_REMOVED)) { in wpa_cli_action_process()
3749 } else if (str_starts(pos, MESH_PEER_CONNECTED)) { in wpa_cli_action_process()
[all …]
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c582 (str_starts(buf, "ssid=") || in hapd_wps_cred_cb()
583 str_starts(buf, "ssid2=") || in hapd_wps_cred_cb()
584 str_starts(buf, "auth_algs=") || in hapd_wps_cred_cb()
585 str_starts(buf, "wep_default_key=") || in hapd_wps_cred_cb()
586 str_starts(buf, "wep_key") || in hapd_wps_cred_cb()
587 str_starts(buf, "wps_state=") || in hapd_wps_cred_cb()
588 str_starts(buf, "wpa=") || in hapd_wps_cred_cb()
589 str_starts(buf, "wpa_psk=") || in hapd_wps_cred_cb()
590 str_starts(buf, "wpa_pairwise=") || in hapd_wps_cred_cb()
591 str_starts(buf, "rsn_pairwise=") || in hapd_wps_cred_cb()
[all …]
/external/wpa_supplicant_8/hostapd/
Dhostapd_cli.c1533 if (cmd == NULL || str_starts(hostapd_cli_commands[n].cmd, cmd)) in print_help()
1588 if (str_starts(start, AP_STA_CONNECTED)) { in cli_event()
1596 if (str_starts(start, AP_STA_DISCONNECTED)) { in cli_event()
/external/wpa_supplicant_8/src/utils/
Dcommon.h553 int str_starts(const char *str, const char *start);
Dcommon.c1199 int str_starts(const char *str, const char *start) in str_starts() function