Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 109) sorted by relevance

12345

/hostap/src/utils/
Djson.c494 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member()
510 const char *name) in json_get_member_base64url()
533 const char *name) in json_get_member_base64()
604 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int()
610 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string()
616 int json_add_string_escape(struct wpabuf *json, const char *name, in json_add_string_escape()
632 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, in json_add_base64url()
646 int json_add_base64(struct wpabuf *json, const char *name, const void *val, in json_add_base64()
660 void json_start_object(struct wpabuf *json, const char *name) in json_start_object()
674 void json_start_array(struct wpabuf *json, const char *name) in json_start_array()
Dtrace.h26 #define WPA_TRACE_REF(name) struct wpa_trace_ref wpa_trace_ref_##name argument
34 #define wpa_trace_add_ref(ptr, name, addr) \ argument
37 #define wpa_trace_remove_ref(ptr, name, addr) \ argument
52 #define wpa_trace_add_ref(ptr, name, addr) do { } while (0) argument
53 #define wpa_trace_remove_ref(ptr, name, addr) do { } while (0) argument
Dxml-utils.c20 const char *name; in get_node_uri_iter() local
68 const char *name; in get_node_iter() local
123 xml_node_t * node_from_file(struct xml_node_ctx *ctx, const char *name) in node_from_file()
232 const char *name; in node_to_tnds() local
282 const char *name; in mo_to_tnds() local
311 const char *name) in get_first_child_node()
388 const char *name; in tnds_to_mo_iter() local
429 const char *name; in tnds_to_mo() local
Dxml_libxml2.c98 xml_namespace_t **ret_ns, const char *name) in xml_node_create_root()
120 xml_namespace_t *ns, const char *name) in xml_node_create()
131 const char *name, const char *value) in xml_node_create_text()
142 const char *name, const char *value) in xml_node_create_text_ns()
Dos_win32.c181 int os_setenv(const char *name, const char *value, int overwrite) in os_setenv()
187 int os_unsetenv(const char *name) in os_unsetenv()
193 char * os_readfile(const char *name, size_t *len) in os_readfile()
Dos_none.c87 int os_setenv(const char *name, const char *value, int overwrite) in os_setenv()
93 int os_unsetenv(const char *name) in os_unsetenv()
99 char * os_readfile(const char *name, size_t *len) in os_readfile()
Dext_password_i.h15 const char *name; member
Dext_password_test.c44 static struct wpabuf * ext_password_test_get(void *ctx, const char *name) in ext_password_test_get()
Dos_internal.c204 int os_setenv(const char *name, const char *value, int overwrite) in os_setenv()
210 int os_unsetenv(const char *name) in os_unsetenv()
221 char * os_readfile(const char *name, size_t *len) in os_readfile()
/hostap/wpa_supplicant/
Dconfig_winreg.c67 TCHAR name[TNAMELEN]; in wpa_config_read_blobs() local
119 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val) in wpa_config_read_reg_dword()
136 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name) in wpa_config_read_reg_string()
322 TCHAR name[255], data[1024]; in wpa_config_read_network() local
400 TCHAR name[255]; in wpa_config_read_networks() local
449 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp, in wpa_config_read()
504 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, in wpa_config_write_reg_dword()
527 static int wpa_config_write_reg_string(HKEY hk, const char *name, in wpa_config_write_reg_string()
666 TCHAR name[255]; in wpa_config_delete_subkeys() local
856 TCHAR name[5]; in wpa_config_write_network() local
[all …]
Dconfig_none.c20 struct wpa_config * wpa_config_read(const char *name, struct wpa_config *cfgp, in wpa_config_read()
38 int wpa_config_write(const char *name, struct wpa_config *config) in wpa_config_write()
Dbgscan.h16 const char *name; member
54 struct wpa_ssid *ssid, const char *name) in bgscan_init()
Dmain_winsvc.c62 const TCHAR *name) in read_interface()
201 TCHAR name[255]; in wpa_supplicant_thread() local
Dautoscan.h15 const char *name; member
Dautoscan.c42 const char *name = wpa_s->conf->autoscan; in autoscan_init() local
/hostap/tests/remote/
Dconfig.py70 def get_device(devices, name=None, flags=None, lock=False): argument
87 def put_device(devices, name): argument
/hostap/src/tls/
Dx509v3.c17 void x509_free_name(struct x509_name *name) in x509_free_name()
285 int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name()
492 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string()
873 static int x509_parse_alt_name_rfc8222(struct x509_name *name, in x509_parse_alt_name_rfc8222()
895 static int x509_parse_alt_name_dns(struct x509_name *name, in x509_parse_alt_name_dns()
917 static int x509_parse_alt_name_uri(struct x509_name *name, in x509_parse_alt_name_uri()
941 static int x509_parse_alt_name_ip(struct x509_name *name, in x509_parse_alt_name_ip()
955 static int x509_parse_alt_name_rid(struct x509_name *name, in x509_parse_alt_name_rid()
971 static int x509_parse_ext_alt_name(struct x509_name *name, in x509_parse_ext_alt_name()
2271 struct x509_name *name) in x509_certificate_get_subject()
/hostap/src/eap_server/
Deap_server_methods.c46 enum eap_type eap_server_get_type(const char *name, int *vendor) in eap_server_get_type()
74 const char *name) in eap_server_method_alloc()
/hostap/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp107 TCHAR name[10]; in addRegistryInterface() local
119 TCHAR name[255]; in addRegistryInterface() local
Dpeers.cpp407 QString name; in add_station() local
523 QString name = ""; in add_p2p_group_client() local
615 QString name = wps_name; in add_bss() local
689 QString name = ssid; in add_persistent() local
836 QString name = ""; in event_notify() local
908 QString name = ""; in event_notify() local
1071 QString name; in event_notify() local
1204 QString name = items[0]; in event_notify() local
1263 QString name; in event_notify() local
/hostap/hs20/client/
Dosu_client.c482 const char *name; in set_pps_cred_policy() local
623 const char *name; in set_pps_cred_home_sp_oi() local
688 const char *name; in set_pps_cred_home_sp_other_partner() local
748 const char *name; in set_pps_cred_home_sp() local
963 const char *name; in set_pps_cred_eap_method() local
985 const char *name; in set_pps_cred_username_password() local
1190 const char *name; in set_pps_cred_credential() local
1225 const char *name; in set_pps_credential() local
1255 const char *name; in set_pps() local
/hostap/src/eap_peer/
Deap_methods.c51 enum eap_type eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type()
284 const char *name) in eap_peer_method_alloc()
Deap_methods.h34 static inline enum eap_type eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type()
/hostap/wpa_supplicant/dbus/
Ddbus_new_introspect.c54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg()
66 static void add_entry(struct wpabuf *xml, const char *type, const char *name, in add_entry()
/hostap/wpa_supplicant/examples/
Dwpas-dbus-new-wps.py29 def wpsEvent(name, args): argument

12345