Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 47) sorted by relevance

12

/hostap/hs20/client/
Dosu_client.c468 char *str = xml_node_get_text(ctx->xml, node); in set_pps_cred_policy_max_bss_load() local
510 char *str = xml_node_get_text(ctx->xml, node); in set_pps_cred_priority() local
583 char *str = xml_node_get_text(ctx->xml, node); in set_pps_cred_home_sp_friendly_name() local
595 char *str = xml_node_get_text(ctx->xml, node); in set_pps_cred_home_sp_icon_url() local
607 char *str = xml_node_get_text(ctx->xml, node); in set_pps_cred_home_sp_fqdn() local
626 char *str; in set_pps_cred_home_sp_oi() local
733 char *str = xml_node_get_text(ctx->xml, node); in set_pps_cred_home_sp_roaming_consortium_oi() local
787 char *str = xml_node_get_text(ctx->xml, node); in set_pps_cred_creation_date() local
799 char *str = xml_node_get_text(ctx->xml, node); in set_pps_cred_expiration_date() local
811 char *str = xml_node_get_text(ctx->xml, node); in set_pps_cred_username() local
[all …]
/hostap/wlantest/
Dwlantest_cli.c22 static int get_prev_arg_pos(const char *str, int pos) in get_prev_arg_pos()
75 const char *str) in attr_add_str()
295 static char ** complete_list_sta(int s, const char *str, int pos) in complete_list_sta()
352 static char ** complete_clear_sta_counters(int s, const char *str, int pos) in complete_clear_sta_counters()
405 static char ** complete_clear_bss_counters(int s, const char *str, int pos) in complete_clear_bss_counters()
466 static char ** complete_clear_tdls_counters(int s, const char *str, int pos) in complete_clear_tdls_counters()
601 static char ** complete_get_sta_counter(int s, const char *str, int pos) in complete_get_sta_counter()
702 static char ** complete_get_bss_counter(int s, const char *str, int pos) in complete_get_bss_counter()
821 static char ** complete_get_tdls_counter(int s, const char *str, int pos) in complete_get_tdls_counter()
957 static char ** complete_inject(int s, const char *str, int pos) in complete_inject()
[all …]
/hostap/src/wps/
Dwps_dev_attr.c260 static int wps_process_manufacturer(struct wps_device_data *dev, const u8 *str, in wps_process_manufacturer()
279 static int wps_process_model_name(struct wps_device_data *dev, const u8 *str, in wps_process_model_name()
298 static int wps_process_model_number(struct wps_device_data *dev, const u8 *str, in wps_process_model_number()
318 const u8 *str, size_t str_len) in wps_process_serial_number()
336 static int wps_process_dev_name(struct wps_device_data *dev, const u8 *str, in wps_process_dev_name()
Dwps_common.c462 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) in wps_dev_type_str2bin()
528 u16 wps_config_methods_str2bin(const char *str) in wps_config_methods_str2bin()
Dwps_upnp_web.c1117 char str[80]; in web_connection_parse_subscribe() local
1289 char str[80]; in web_connection_parse_unsubscribe() local
Dwps.c619 char *str = os_malloc(attr.dev_name_len + 1); in wps_attr_text() local
Dwps_upnp.c720 char str[80]; in subscription_start() local
/hostap/src/utils/
Dcommon.c450 void wpa_unicode2ascii_inplace(TCHAR *str) in wpa_unicode2ascii_inplace()
461 TCHAR * wpa_strdup_tchar(const char *str) in wpa_strdup_tchar()
526 size_t printf_decode(u8 *buf, size_t maxlen, const char *str) in printf_decode()
646 char *str; in wpa_config_parse_string() local
658 char *tstr, *str; in wpa_config_parse_string() local
680 u8 *str; in wpa_config_parse_string() local
723 int has_newline(const char *str) in has_newline()
1006 void str_clear_free(char *str) in str_clear_free()
1061 const char * cstr_token(const char *str, const char *delim, const char **last) in cstr_token()
1095 char * str_token(char *str, const char *delim, char **context) in str_token()
[all …]
Duuid.c15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin()
50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
Djson.c67 char *str, *spos, *s_end; in json_parse_string() local
165 char *str; in json_parse_number() local
224 char *str; in json_parse() local
Dedit_readline.c79 static void trunc_nl(char *str) in trunc_nl()
Dedit.c29 char str[1]; member
176 static void history_add(const char *str) in history_add()
376 static int filter_strings(char **c, char *str, size_t len) in filter_strings()
Dwpabuf.h192 static inline void wpabuf_put_str(struct wpabuf *dst, const char *str) in wpabuf_put_str()
Dos_none.c238 int os_snprintf(char *str, size_t size, const char *format, ...) in os_snprintf()
Dxml-utils.c172 char *str; in node_to_file() local
/hostap/wpadebug/src/w1/fi/wpadebug/
DQrCodeDisplayActivity.java48 String str = readFromFile(FILE_NAME); in onCreate() local
65 private Bitmap encodeAsBitmap(String str) throws WriterException { in encodeAsBitmap()
/hostap/tests/fuzzing/asn1/
Dasn1.c36 char prefix[10], str[100]; in asn1_parse() local
/hostap/wpa_supplicant/
Dwpa_cli.c385 static char ** wpa_cli_complete_help(const char *str, int pos) in wpa_cli_complete_help()
446 static char ** wpa_cli_complete_set(const char *str, int pos) in wpa_cli_complete_set()
567 static char ** wpa_cli_complete_get(const char *str, int pos) in wpa_cli_complete_get()
1508 static char ** wpa_cli_complete_network(const char *str, int pos) in wpa_cli_complete_network()
1532 static char ** wpa_cli_complete_network_id(const char *str, int pos) in wpa_cli_complete_network_id()
1559 static char ** wpa_cli_complete_dup_network(const char *str, int pos) in wpa_cli_complete_dup_network()
1623 static char ** wpa_cli_complete_cred(const char *str, int pos) in wpa_cli_complete_cred()
1718 static char ** wpa_cli_complete_bss(const char *str, int pos) in wpa_cli_complete_bss()
1762 static char ** wpa_cli_complete_get_capability(const char *str, int pos) in wpa_cli_complete_get_capability()
1924 static char ** wpa_cli_complete_sta(const char *str, int pos) in wpa_cli_complete_sta()
[all …]
Dconfig_winreg.c165 char *str; in wpa_config_read_global_uuid() local
184 char *str; in wpa_config_read_global_os_version() local
/hostap/hostapd/
Dhostapd_cli.c347 static char ** hostapd_complete_stations(const char *str, int pos) in hostapd_complete_stations()
821 static char ** hostapd_cli_complete_help(const char *str, int pos) in hostapd_cli_complete_help()
1029 static char ** hostapd_complete_interface(const char *str, int pos) in hostapd_complete_interface()
1067 static char ** hostapd_complete_set(const char *str, int pos) in hostapd_complete_set()
1125 static char ** hostapd_complete_get(const char *str, int pos) in hostapd_complete_get()
1969 static void cli_event(const char *str) in cli_event()
2087 static char ** hostapd_cli_cmd_completion(const char *cmd, const char *str, in hostapd_cli_cmd_completion()
2109 static char ** hostapd_cli_edit_completion_cb(void *ctx, const char *str, in hostapd_cli_edit_completion_cb()
Dconfig_file.c1319 char *sep, *str = NULL; in parse_lang_string() local
2297 char *str = wpa_config_parse_string(pos, &slen); in hostapd_config_fill() local
3852 char *str = wpa_config_parse_string(pos, &slen); in hostapd_config_fill() local
4613 char *str = wpa_config_parse_string(pos, &slen); in hostapd_config_fill() local
/hostap/src/common/
Dcli.c193 int get_cmd_arg_num(const char *str, int pos) in get_cmd_arg_num()
Dsae_pk.c115 static char d_check_char(const char *str, size_t len) in d_check_char()
/hostap/src/p2p/
Dp2p_parse.c364 char str[256]; in p2p_parse_attribute() local
/hostap/tests/hwsim/
Dnetlink.py49 def str(self): member in Attr

12