Home
last modified time | relevance | path

Searched defs:l (Results 1 – 17 of 17) sorted by relevance

/hostap-latest/src/utils/
Dwpa_debug.h30 #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
Dwpa_debug_zephyr.h47 #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
Dpcsc_funcs.h33 #define scard_get_imsi(s, i, l) -1 argument
Dlist.h20 #define DL_LIST_HEAD_INIT(l) { &(l), &(l) } argument
/hostap-latest/src/crypto/
Drandom.h15 #define random_add_randomness(b, l) do { } while (0) argument
16 #define random_get_bytes(b, l) os_get_random((b), (l)) argument
Ddes-internal.c275 u32 i, j, l, m, n, kn[32]; in deskey() local
Dsha1-internal.c181 u32 l[16]; in SHA1Transform() member
Dtls_openssl.c310 #define tls_show_errors(l, f, t) _tls_show_errors() argument
1947 u8 l; member
/hostap-latest/wlantest/
Dtkip.c191 #define michael_block(l, r) \ argument
207 u32 l, r; in michael_mic() local
/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DWpaCommandListActivity.java78 protected void onListItemClick(ListView l, View v, int position, long id) in onListItemClick()
DCommandListActivity.java96 protected void onListItemClick(ListView l, View v, int position, long id) in onListItemClick()
DWpaCredActivity.java223 protected void onListItemClick(ListView l, View v, int position, long id) in onListItemClick()
/hostap-latest/src/wps/
Dwps_upnp_ssdp.c92 static int line_length(const char *l) in line_length()
/hostap-latest/wpa_supplicant/
Dbss.c1576 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
Devents.c3146 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/
Dap_config.c705 void hostapd_config_clear_wpa_psk(struct hostapd_wpa_psk **l) in hostapd_config_clear_wpa_psk()
/hostap-latest/src/rsn_supp/
Dtdls.c1259 struct wpa_tdls_lnkid *l = (struct wpa_tdls_lnkid *) pos; in wpa_tdls_send_tpk_m1() local