Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 30) sorted by relevance

12

/hostap/src/utils/
Dtrace.h28 #define wpa_trace_dump(title, ptr) \ argument
49 #define wpa_trace_dump(title, ptr) do { } while (0) argument
51 #define wpa_trace_show(title) do { } while (0) argument
65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
Dwpa_debug.c258 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump()
385 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump()
391 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key()
397 static void _wpa_hexdump_ascii(int level, const char *title, const void *buf, in _wpa_hexdump_ascii()
510 void wpa_hexdump_ascii(int level, const char *title, const void *buf, in wpa_hexdump_ascii()
517 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf, in wpa_hexdump_ascii_key()
Dbrowser.c26 char *title; member
186 const char *title; in view_cb_notify_title() local
264 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link()
280 const char *title, in view_cb_title_changed()
Dtrace.c285 void wpa_trace_dump_funcname(const char *title, void *pc) in wpa_trace_dump_funcname()
349 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num) in wpa_trace_dump_func()
385 void wpa_trace_show(const char *title) in wpa_trace_show()
Dwpa_debug.h91 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf()
113 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key()
Dhttp_curl.c68 static void debug_dump(struct http_ctx *ctx, const char *title, in debug_dump()
154 static void debug_dump_cert(const char *title, X509 *cert) in debug_dump_cert()
/hostap/wpadebug/src/w1/fi/wpadebug/
DCommandListActivity.java32 String title; field in CmdList
57 String title = in.next(); in read_commands() local
DWpaNfcActivity.java41 private void show_alert(String title, String message) in show_alert()
DWpaCommandListActivity.java39 String title = in.next(); in read_commands() local
DMainActivity.java143 private void show_alert(String title, String message) in show_alert()
/hostap/wpa_supplicant/
Dnfc_pw_token.c18 static void print_bin(const char *title, const struct wpabuf *buf) in print_bin()
Dctrl_iface_unix.c76 static void wpas_ctrl_sock_debug(const char *title, int sock, const char *buf, in wpas_ctrl_sock_debug()
Devents.c5334 static void wpas_beacon_hint(struct wpa_supplicant *wpa_s, const char *title, in wpas_beacon_hint()
/hostap/src/tls/
Dasn1.c276 void asn1_print_hdr(const struct asn1_hdr *hdr, const char *title) in asn1_print_hdr()
283 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title) in asn1_unexpected()
/hostap/src/common/
Dwpa_common.c2318 const char *title; in wpa_derive_pmk_r1_name() local
2599 char *title = "PMK Name"; in rsn_pmkid() local
2642 char *title = "PMK Name"; in rsn_pmkid_suite_b() local
2675 char *title = "PMK Name"; in rsn_pmkid_suite_b_192() local
3439 char title[100]; in wpa_parse_generic() local
Dsae.c620 static void debug_print_bignum(const char *title, const struct crypto_bignum *a, in debug_print_bignum()
Ddpp_crypto.c80 void dpp_debug_print_key(const char *title, struct crypto_ec_key *key) in dpp_debug_print_key()
/hostap/src/crypto/
Dtls_openssl_ocsp.c326 static char * extensions_str(const char *title, STACK_OF(X509_EXTENSION) *ext) in extensions_str()
Dcrypto_wolfssl.c2759 const char *title) in crypto_ec_key_debug_print()
2823 const char *title) in crypto_ec_point_debug_print()
Dcrypto_openssl.c2701 const char *title) in crypto_ec_point_debug_print()
4240 const char *title) in crypto_ec_key_debug_print()
/hostap/src/p2p/
Dp2p_utils.c341 void p2p_channels_dump(struct p2p_data *p2p, const char *title, in p2p_channels_dump()
/hostap/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp124 QString title; in ItemType() local
1600 QString title = Peers::ItemType(type); in properties() local
/hostap/src/rsn_supp/
Dwpa.c40 static void _wpa_hexdump_link(int level, u8 link_id, const char *title, in _wpa_hexdump_link()
65 static void wpa_hexdump_link(int level, u8 link_id, const char *title, in wpa_hexdump_link()
72 static void wpa_hexdump_link_key(int level, u8 link_id, const char *title, in wpa_hexdump_link_key()
/hostap/src/drivers/
Ddriver_nl80211_event.c3548 static void nl80211_parse_freq_attrs(const char *title, struct nlattr *nl_freq, in nl80211_parse_freq_attrs()
/hostap/tests/hwsim/
Dtest_ap_wps.py6106 def wps_m2_but_other(dev, apdev, title, msgtype): argument
6132 def wps_m4_but_other(dev, apdev, title, msgtype): argument

12