/hostap-latest/src/common/ |
D | cli.c | 69 const char *txt) in cli_txt_list_get() 81 void cli_txt_list_del(struct dl_list *txt_list, const char *txt) in cli_txt_list_del() 91 void cli_txt_list_del_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_del_addr() 103 void cli_txt_list_del_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_del_word() 120 int cli_txt_list_add(struct dl_list *txt_list, const char *txt) in cli_txt_list_add() 140 int cli_txt_list_add_addr(struct dl_list *txt_list, const char *txt) in cli_txt_list_add_addr() 152 int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, in cli_txt_list_add_word()
|
D | cli.h | 19 char *txt; member
|
D | dpp_tcp.c | 142 char txt[100]; in dpp_relay_add_controller() local 455 char txt[100]; in dpp_relay_new_conn() local 1924 char txt[100]; in dpp_tcp_pkex_init() local 2023 char txt[100]; in dpp_tcp_init() local 2363 char txt[100]; in dpp_relay_controller_free() local 2444 char txt[100]; in dpp_relay_tcp_cb() local
|
D | dpp.c | 42 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail() 351 const char *txt) in dpp_parse_uri_supported_curves() 374 static int dpp_parse_uri_host(struct dpp_bootstrap_info *bi, const char *txt) in dpp_parse_uri_host() 2469 char txt[200], *pos, *end; in dpp_conf_req_rx() local 2508 char *txt; in dpp_conf_req_rx() local 4399 char *txt) in dpp_parse_supported_curves_list()
|
/hostap-latest/hostapd/ |
D | wps-ap-nfc.py | 28 def summary(txt): argument 34 def success_report(txt): argument
|
D | main.c | 46 int level, const char *txt, size_t len) in hostapd_logger_cb()
|
/hostap-latest/hs20/client/ |
D | est.c | 249 char txt[100]; in add_csrattrs_oid() local 273 char txt[100]; in add_csrattrs_ext_req() local 303 char txt[100], txt2[100]; in add_csrattrs_attr() local 484 char *txt; in generate_csr() local
|
D | osu_client.c | 789 char *txt; in set_pps_cred_policy_spe() local 820 char *txt = NULL, *pos; in set_pps_cred_policy_prp() local 2100 struct osu_lang_text *txt; in parse_osu_providers() local 2119 struct osu_lang_text *txt; in parse_osu_providers() local
|
/hostap-latest/src/crypto/ |
D | tls_openssl_ocsp.c | 25 static void tls_show_errors(int level, const char *func, const char *txt) in tls_show_errors() 223 char *txt; in DEFINE_STACK_OF() local 397 char *txt; in issuer_match() local 492 char *txt; in check_ocsp_resp() local
|
/hostap-latest/tests/fuzzing/json/ |
D | json.c | 18 char *txt; in LLVMFuzzerTestOneInput() local
|
/hostap-latest/src/utils/ |
D | common.c | 41 static const char * hwaddr_parse(const char *txt, u8 *addr) in hwaddr_parse() 66 int hwaddr_aton(const char *txt, u8 *addr) in hwaddr_aton() 80 int hwaddr_masked_aton(const char *txt, u8 *addr, u8 *mask, u8 maskable) in hwaddr_masked_aton() 114 int hwaddr_compact_aton(const char *txt, u8 *addr) in hwaddr_compact_aton() 139 int hwaddr_aton2(const char *txt, u8 *addr) in hwaddr_aton2() 477 void printf_encode(char *txt, size_t maxlen, const u8 *data, size_t len) in printf_encode()
|
D | ip_addr.c | 36 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr) in hostapd_parse_ip_addr()
|
D | http_curl.c | 97 char *txt; in debug_dump() local 183 char *txt; in debug_dump_cert() local 208 char txt[100]; in add_alt_name_othername() local 459 char txt[100]; in DEFINE_STACK_OF() local 530 char txt[100]; in add_logo_direct() local 1050 char *txt; in ocsp_debug_print_resp() local 1075 static void tls_show_errors(const char *func, const char *txt) in tls_show_errors()
|
D | json.c | 19 void json_escape_string(char *txt, size_t maxlen, const char *data, size_t len) in json_escape_string()
|
/hostap-latest/wpa_supplicant/examples/ |
D | p2p-nfc.py | 39 def summary(txt): argument 45 def success_report(txt): argument
|
D | wps-nfc.py | 32 def summary(txt): argument 38 def success_report(txt): argument
|
D | dpp-nfc.py | 50 def summary(txt, color=None): argument 60 def success_report(txt): argument
|
/hostap-latest/wpa_supplicant/ |
D | ctrl_iface_zephyr.c | 97 const char *txt, size_t len) in wpa_supplicant_ctrl_iface_msg_cb() 379 const char *txt, size_t len) in wpa_supplicant_msg_send()
|
D | nfc_pw_token.c | 42 char txt[1000]; in main() local
|
D | ctrl_iface_unix.c | 58 const char *txt; member 391 const char *txt, size_t len) in wpas_ctrl_msg_queue() 430 const char *txt, size_t len) in wpa_supplicant_ctrl_iface_msg_cb() 984 char txt[200]; in wpa_supplicant_ctrl_iface_send() local
|
D | wpas_glue.c | 916 const char **txt) in wpa_supplicant_ctrl_req_to_string() 972 const char *field_name, const char *txt) in wpas_send_ctrl_req() 988 const char *field_name, *txt = NULL; in wpa_supplicant_eap_param_needed() local
|
/hostap-latest/radius_example/ |
D | radius_example.c | 25 int level, const char *txt, size_t len) in hostapd_logger_cb()
|
/hostap-latest/src/tls/ |
D | pkcs1.c | 295 char txt[100], txt2[100]; in pkcs1_v15_sig_ver() local
|
/hostap-latest/tests/fuzzing/eapol-key-auth/ |
D | eapol-key-auth.c | 107 const char *txt) in auth_logger()
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 462 const char *txt, *pos; in writeWepKey() local
|