Searched refs:str_starts (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_ssdp.c | 547 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/ |
D | wpa_cli.c | 114 if (str_starts(start, WPA_EVENT_BSS_ADDED) || in wpa_cli_show_event() 115 str_starts(start, WPA_EVENT_BSS_REMOVED)) in wpa_cli_show_event() 3703 if (cmd == NULL || str_starts(wpa_cli_commands[n].cmd, cmd)) in print_help() 3929 if (str_starts(pos, WPA_EVENT_CONNECTED)) { in wpa_cli_action_process() 3965 } else if (str_starts(pos, WPA_EVENT_DISCONNECTED)) { in wpa_cli_action_process() 3970 } else if (str_starts(pos, AP_EVENT_ENABLED)) { in wpa_cli_action_process() 3972 } else if (str_starts(pos, AP_EVENT_DISABLED)) { in wpa_cli_action_process() 3974 } else if (str_starts(pos, MESH_GROUP_STARTED)) { in wpa_cli_action_process() 3976 } else if (str_starts(pos, MESH_GROUP_REMOVED)) { in wpa_cli_action_process() 3978 } else if (str_starts(pos, MESH_PEER_CONNECTED)) { in wpa_cli_action_process() [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 619 (str_starts(buf, "ssid=") || in hapd_wps_cred_cb() 620 str_starts(buf, "ssid2=") || in hapd_wps_cred_cb() 621 str_starts(buf, "auth_algs=") || in hapd_wps_cred_cb() 622 str_starts(buf, "wep_default_key=") || in hapd_wps_cred_cb() 623 str_starts(buf, "wep_key") || in hapd_wps_cred_cb() 624 str_starts(buf, "wps_state=") || in hapd_wps_cred_cb() 625 (pmf_changed && str_starts(buf, "ieee80211w=")) || in hapd_wps_cred_cb() 626 str_starts(buf, "wpa=") || in hapd_wps_cred_cb() 627 str_starts(buf, "wpa_psk=") || in hapd_wps_cred_cb() 628 str_starts(buf, "wpa_pairwise=") || in hapd_wps_cred_cb() [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | ctrl_iface_common.c | 132 if (str_starts(input, "probe_rx_events=")) { in ctrl_set_events()
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd_cli.c | 1712 if (cmd == NULL || str_starts(hostapd_cli_commands[n].cmd, cmd)) in print_help() 1767 if (str_starts(start, AP_STA_CONNECTED)) { in cli_event() 1775 if (str_starts(start, AP_STA_DISCONNECTED)) { in cli_event()
|
D | ctrl_iface.c | 4512 if (str_starts(buf, RX_PROBE_REQUEST)) in hostapd_ctrl_check_event_enabled()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 567 int str_starts(const char *str, const char *start);
|
D | common.c | 1202 int str_starts(const char *str, const char *start) in str_starts() function
|