Searched defs:table (Results 1 – 3 of 3) sorted by relevance
/hostap-3.7.0/src/utils/ |
D | eloop.c | 72 struct eloop_sock *table; member 126 static void eloop_trace_sock_add_ref(struct eloop_sock_table *table) in eloop_trace_sock_add_ref() 141 static void eloop_trace_sock_remove_ref(struct eloop_sock_table *table) in eloop_trace_sock_remove_ref() 157 #define eloop_trace_sock_add_ref(table) do { } while (0) argument 158 #define eloop_trace_sock_remove_ref(table) do { } while (0) argument 259 static int eloop_sock_table_add_sock(struct eloop_sock_table *table, in eloop_sock_table_add_sock() 385 static void eloop_sock_table_remove_sock(struct eloop_sock_table *table, in eloop_sock_table_remove_sock() 520 static int eloop_sock_table_dispatch_table(struct eloop_sock_table *table, in eloop_sock_table_dispatch_table() 575 static void eloop_sock_table_set_fds(struct eloop_sock_table *table, in eloop_sock_table_set_fds() 592 static void eloop_sock_table_dispatch(struct eloop_sock_table *table, in eloop_sock_table_dispatch() [all …]
|
D | base64.c | 27 size_t *out_len, const char *table, int add_pad) in base64_gen_encode() 90 size_t *out_len, const char *table) in base64_gen_decode()
|
/hostap-3.7.0/wpa_supplicant/ |
D | scan.c | 2435 static unsigned int max_rate(const struct minsnr_bitrate_entry table[], in max_rate() 2478 static unsigned int max_he_rate(const struct minsnr_bitrate_entry table[], in max_he_rate()
|