/hostap-3.7.0/src/utils/ |
D | list.h | 64 #define offsetof(type, member) ((long) &((type *) 0)->member) argument 67 #define dl_list_entry(item, type, member) \ argument 70 #define dl_list_first(list, type, member) \ argument 74 #define dl_list_last(list, type, member) \ argument 78 #define dl_list_for_each(item, list, type, member) \ argument 83 #define dl_list_for_each_safe(item, n, list, type, member) \ argument 89 #define dl_list_for_each_reverse(item, list, type, member) \ argument
|
D | eloop.c | 73 eloop_event_type type; member 196 static int eloop_sock_queue(int sock, eloop_event_type type) in eloop_sock_queue() 230 static short event_type_kevent_filter(eloop_event_type type) in event_type_kevent_filter() 243 static int eloop_sock_queue(int sock, eloop_event_type type) in eloop_sock_queue() 735 static struct eloop_sock_table *eloop_get_sock_table(eloop_event_type type) in eloop_get_sock_table() 750 int eloop_register_sock(int sock, eloop_event_type type, in eloop_register_sock() 763 void eloop_unregister_sock(int sock, eloop_event_type type) in eloop_unregister_sock()
|
/hostap-3.7.0/src/eap_common/ |
D | eap_fast_common.c | 19 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_fast_put_tlv_hdr() 28 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data, in eap_fast_put_tlv() 36 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type, in eap_fast_put_tlv_buf()
|
D | eap_teap_common.c | 23 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_teap_put_tlv_hdr() 33 void eap_teap_put_tlv(struct wpabuf *buf, u16 type, const void *data, u16 len) in eap_teap_put_tlv() 40 void eap_teap_put_tlv_buf(struct wpabuf *buf, u16 type, in eap_teap_put_tlv_buf() 609 const char * eap_teap_tlv_type_str(enum teap_tlv_types type) in eap_teap_tlv_type_str() 709 int eap_teap_allowed_anon_prov_phase2_method(int vendor, enum eap_type type) in eap_teap_allowed_anon_prov_phase2_method()
|
/hostap-3.7.0/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 122 QString Peers::ItemType(int type) in ItemType() 182 int type = ctx_item->data(peer_role_type).toInt(); in context_menu() local 436 int type = item->data(peer_role_type).toInt(); in add_station() local 624 int type; in add_bss() local 696 int type; in add_persistent() local 794 QStandardItem * Peers::find_addr_type(QString addr, int type) in find_addr_type() 924 int type = item->data(peer_role_type).toInt(); in event_notify() local 1135 int type = wps_state == 2 ? PEER_TYPE_WPS_ER_AP: in event_notify() local 1267 int type = item->data(peer_role_type).toInt(); in event_notify() local 1580 int type = item->data(peer_role_type).toInt(); in remove_enrollee_uuid() local [all …]
|
/hostap-3.7.0/src/wps/ |
D | wps_attr_parse.c | 152 static int wps_set_attr(struct wps_parse_attr *attr, u16 type, in wps_set_attr() 599 u16 type, len; in wps_parse_msg() local
|
D | ndef.c | 23 const u8 *type; member 106 static struct wpabuf * ndef_build_record(u8 flags, const void *type, in ndef_build_record()
|
/hostap-3.7.0/src/tls/ |
D | tlsv1_client_read.c | 359 u8 type; in tls_process_certificate() local 828 u8 type, status_type; in tls_process_certificate_status() local 1026 u8 type; in tls_process_server_key_exchange() local 1123 u8 type; in tls_process_certificate_request() local 1187 u8 type; in tls_process_server_hello_done() local
|
D | tlsv1_server_read.c | 401 u8 type; in tls_process_certificate() local 812 u8 type; in tls_process_client_key_exchange() local 889 u8 type; in tls_process_certificate_verify() local
|
/hostap-3.7.0/wpa_supplicant/dbus/ |
D | dbus_dict_helpers.c | 67 const char * wpa_dbus_type_as_string(const int type) in wpa_dbus_type_as_string() 362 const char *key, const char *type, in wpa_dbus_dict_begin_array() 585 int type; in wpa_dbus_dict_open_read() local 748 int i, type; in _wpa_dbus_dict_entry_get_binarray() local 954 int type; in wpa_dbus_dict_get_entry() local
|
D | dbus_new_introspect.c | 54 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()
|
D | dbus_new_helpers.h | 50 char *type; member 91 const char *type; member
|
/hostap-3.7.0/src/common/ |
D | eapol_common.h | 20 u8 type; member 65 u8 type; member
|
/hostap-3.7.0/tests/hwsim/ |
D | run-tests.py | 85 def add_log_file(conn, test, run, type, path): argument 159 def __exit__(self, type, value, traceback): argument
|
D | test_p2p_messages.py | 102 def p2p_hdr_helper(dst, src, type=None, dialog_token=1, req=True): argument 119 def p2p_hdr(dst, src, type=None, dialog_token=1): argument 122 def p2p_hdr_resp(dst, src, type=None, dialog_token=1): argument 1986 def gas_hdr(dst, src, type, req=True, dialog_token=0): argument
|
/hostap-3.7.0/tests/fuzzing/eapol-supp/ |
D | eapol-supp.c | 70 static u8 * alloc_eapol(void *arg, u8 type, in alloc_eapol() 110 static int eapol_send(void *ctx, int type, const u8 *buf, size_t len) in eapol_send()
|
/hostap-3.7.0/src/radius/ |
D | radius.c | 162 u8 type; member 267 static const struct radius_attr_type *radius_get_attr_type(u8 type) in radius_get_attr_type() 630 struct radius_attr_hdr *radius_msg_add_attr(struct radius_msg *msg, u8 type, in radius_msg_add_attr() 887 u8 type) in radius_msg_copy_attr() 1359 int radius_msg_get_attr(struct radius_msg *msg, u8 type, u8 *buf, size_t len) in radius_msg_get_attr() 1382 int radius_msg_get_attr_ptr(struct radius_msg *msg, u8 type, u8 **buf, in radius_msg_get_attr_ptr() 1406 int radius_msg_count_attr(struct radius_msg *msg, u8 type, int min_len) in radius_msg_count_attr() 1424 int type; /* Tunnel-Type */ member
|
/hostap-3.7.0/wpa_supplicant/examples/ |
D | p2p-nfc.py | 132 def wpas_report_handover(req, sel, type): argument 143 def wpas_report_handover_wsc(req, sel, type): argument
|
/hostap-3.7.0/src/eap_peer/ |
D | tncc.c | 462 static int tncc_supported_type(struct tnc_if_imc *imc, unsigned int type) in tncc_supported_type() 486 static void tncc_send_to_imcs(struct tncc_data *tncc, unsigned int type, in tncc_send_to_imcs() 606 static int tncc_get_type(char *start, unsigned int *type) in tncc_get_type() 752 unsigned int type; in tncc_process_if_tnccs() local 796 unsigned int type; in tncc_process_if_tnccs() local
|
D | eap_fast.c | 368 int vendor, enum eap_type type) in eap_fast_select_phase2_method() 753 struct eap_tlv_pac_type_tlv *type; in eap_fast_write_pac_request() local 851 static void eap_fast_parse_pac_tlv(struct eap_fast_pac *entry, int type, in eap_fast_parse_pac_tlv() 889 int type, pac_key_found = 0; in eap_fast_process_pac_tlv() local 924 static int eap_fast_parse_pac_info(struct eap_fast_pac *entry, int type, in eap_fast_parse_pac_info() 1009 int type; in eap_fast_process_pac_info() local
|
D | eap_teap.c | 331 int vendor, enum eap_type type) in eap_teap_select_phase2_method() 925 static void eap_teap_parse_pac_tlv(struct eap_teap_pac *entry, int type, in eap_teap_parse_pac_tlv() 964 int type, pac_key_found = 0; in eap_teap_process_pac_tlv() local 999 static int eap_teap_parse_pac_info(struct eap_teap_pac *entry, int type, in eap_teap_parse_pac_info() 1083 int type; in eap_teap_process_pac_info() local 1209 struct teap_attr_pac_type *type; in eap_teap_pac_request() local
|
/hostap-3.7.0/src/eap_server/ |
D | tncs.c | 487 static int tncs_supported_type(struct tnc_if_imv *imv, unsigned int type) in tncs_supported_type() 511 static void tncs_send_to_imvs(struct tncs_data *tncs, unsigned int type, in tncs_send_to_imvs() 655 static int tncs_get_type(char *start, unsigned int *type) in tncs_get_type() 840 unsigned int type; in tncs_process_if_tnccs() local 884 unsigned int type; in tncs_process_if_tnccs() local
|
/hostap-3.7.0/hs20/client/ |
D | est.c | 211 ASN1_OBJECT *type; member 216 int type; member 228 int type; member
|
/hostap-3.7.0/src/ap/ |
D | x_snoop.h | 38 enum l2_packet_filter_type type) in x_snoop_get_l2_packet()
|
/hostap-3.7.0/src/pae/ |
D | ieee802_1x_kay_i.h | 155 u8 type; member 229 u8 type; member 271 u8 type; member 339 u8 type; member 384 u8 type; member 407 u8 type; member
|