Searched refs:str_starts (Results 1 – 10 of 10) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | wpa_cli.c | 121 if (str_starts(start, WPA_EVENT_BSS_ADDED) || in wpa_cli_show_event() 122 str_starts(start, WPA_EVENT_BSS_REMOVED)) in wpa_cli_show_event() 3159 if (str_starts(pos, "id=")) in wpa_ctrl_command_bss() 3161 if (str_starts(pos, "bssid=")) in wpa_ctrl_command_bss() 3163 if (str_starts(pos, "freq=")) in wpa_ctrl_command_bss() 3165 if (str_starts(pos, "level=")) in wpa_ctrl_command_bss() 3167 if (str_starts(pos, "flags=")) in wpa_ctrl_command_bss() 3169 if (str_starts(pos, "ssid=")) in wpa_ctrl_command_bss() 4010 if (cmd == NULL || str_starts(wpa_cli_commands[n].cmd, cmd)) in print_help() 4236 if (str_starts(pos, WPA_EVENT_CONNECTED)) { in wpa_cli_action_process() [all …]
|
D | wpa_cli_cmds.c | 2832 if (str_starts(pos, "id=")) in wpa_ctrl_command_bss() 2834 if (str_starts(pos, "bssid=")) in wpa_ctrl_command_bss() 2836 if (str_starts(pos, "freq=")) in wpa_ctrl_command_bss() 2838 if (str_starts(pos, "level=")) in wpa_ctrl_command_bss() 2840 if (str_starts(pos, "flags=")) in wpa_ctrl_command_bss() 2842 if (str_starts(pos, "ssid=")) in wpa_ctrl_command_bss()
|
/hostap-3.6.0/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 …]
|
/hostap-3.6.0/src/ap/ |
D | wps_hostapd.c | 671 (str_starts(buf, "ssid=") || in hapd_wps_cred_cb() 672 str_starts(buf, "ssid2=") || in hapd_wps_cred_cb() 673 str_starts(buf, "auth_algs=") || in hapd_wps_cred_cb() 675 str_starts(buf, "wep_default_key=") || in hapd_wps_cred_cb() 676 str_starts(buf, "wep_key") || in hapd_wps_cred_cb() 678 str_starts(buf, "wps_state=") || in hapd_wps_cred_cb() 679 (pmf_changed && str_starts(buf, "ieee80211w=")) || in hapd_wps_cred_cb() 680 str_starts(buf, "wpa=") || in hapd_wps_cred_cb() 681 str_starts(buf, "wpa_psk=") || in hapd_wps_cred_cb() 682 str_starts(buf, "wpa_pairwise=") || in hapd_wps_cred_cb() [all …]
|
/hostap-3.6.0/src/common/ |
D | ctrl_iface_common.c | 132 if (str_starts(input, "probe_rx_events=")) { in ctrl_set_events()
|
/hostap-3.6.0/hostapd/ |
D | hostapd_cli.c | 1778 if (cmd == NULL || str_starts(hostapd_cli_commands[n].cmd, cmd)) in print_help() 1833 if (str_starts(start, AP_STA_CONNECTED)) { in cli_event() 1841 if (str_starts(start, AP_STA_DISCONNECTED)) { in cli_event()
|
D | ctrl_iface.c | 5197 if (str_starts(buf, RX_PROBE_REQUEST)) in hostapd_ctrl_check_event_enabled()
|
/hostap-3.6.0/src/utils/ |
D | common.h | 601 int str_starts(const char *str, const char *start);
|
D | common.c | 1236 int str_starts(const char *str, const char *start) in str_starts() function
|
/hostap-3.6.0/wlantest/ |
D | wlantest_cli.c | 1667 if (!cmd || str_starts(wlantest_cli_commands[n].cmd, cmd)) in print_help()
|