/hostap-latest/src/utils/ |
D | wpa_debug.h | 30 #define wpa_hexdump(l,t,b,le) do { } while (0) argument 31 #define wpa_hexdump_buf(l,t,b) do { } while (0) argument 32 #define wpa_hexdump_key(l,t,b,le) do { } while (0) argument 33 #define wpa_hexdump_buf_key(l,t,b) do { } while (0) argument 34 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) argument 35 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0) argument
|
D | wpa_debug_zephyr.h | 47 #define wpa_hexdump(l, t, b, le) do { } while (0) argument 48 #define wpa_hexdump_buf(l, t, b) do { } while (0) argument 49 #define wpa_hexdump_key(l, t, b, le) do { } while (0) argument 50 #define wpa_hexdump_buf_key(l, t, b) do { } while (0) argument 51 #define wpa_hexdump_ascii(l, t, b, le) do { } while (0) argument 52 #define wpa_hexdump_ascii_key(l, t, b, le) do { } while (0) argument
|
D | pcsc_funcs.h | 33 #define scard_get_imsi(s, i, l) -1 argument
|
D | list.h | 20 #define DL_LIST_HEAD_INIT(l) { &(l), &(l) } argument
|
/hostap-latest/src/crypto/ |
D | random.h | 15 #define random_add_randomness(b, l) do { } while (0) argument 16 #define random_get_bytes(b, l) os_get_random((b), (l)) argument
|
D | des-internal.c | 275 u32 i, j, l, m, n, kn[32]; in deskey() local
|
D | sha1-internal.c | 181 u32 l[16]; in SHA1Transform() member
|
D | tls_openssl.c | 310 #define tls_show_errors(l, f, t) _tls_show_errors() argument 1947 u8 l; member
|
/hostap-latest/wlantest/ |
D | tkip.c | 191 #define michael_block(l, r) \ argument 207 u32 l, r; in michael_mic() local
|
/hostap-latest/wpadebug/src/w1/fi/wpadebug/ |
D | WpaCommandListActivity.java | 78 protected void onListItemClick(ListView l, View v, int position, long id) in onListItemClick()
|
D | CommandListActivity.java | 96 protected void onListItemClick(ListView l, View v, int position, long id) in onListItemClick()
|
D | WpaCredActivity.java | 223 protected void onListItemClick(ListView l, View v, int position, long id) in onListItemClick()
|
/hostap-latest/src/wps/ |
D | wps_upnp_ssdp.c | 92 static int line_length(const char *l) in line_length()
|
/hostap-latest/wpa_supplicant/ |
D | bss.c | 1576 struct mld_link *l; in wpa_bss_parse_ml_rnr_ap_info() local 1639 struct mld_link *l; in wpa_bss_parse_basic_ml_element() local
|
D | events.c | 3146 int l, len; in wpa_supplicant_use_own_rsne_params() local 3375 int l, len, found = 0, found_x = 0, wpa_found, rsn_found; in wpa_supplicant_event_associnfo() local
|
/hostap-latest/src/ap/ |
D | ap_config.c | 705 void hostapd_config_clear_wpa_psk(struct hostapd_wpa_psk **l) in hostapd_config_clear_wpa_psk()
|
/hostap-latest/src/rsn_supp/ |
D | tdls.c | 1259 struct wpa_tdls_lnkid *l = (struct wpa_tdls_lnkid *) pos; in wpa_tdls_send_tpk_m1() local
|