Home
last modified time | relevance | path

Searched refs:table (Results 1 – 10 of 10) sorted by relevance

/hostap-latest/src/utils/
Deloop.c72 struct eloop_sock *table; member
126 static void eloop_trace_sock_add_ref(struct eloop_sock_table *table) in eloop_trace_sock_add_ref() argument
130 if (table == NULL || table->table == NULL) in eloop_trace_sock_add_ref()
132 for (i = 0; i < table->count; i++) { in eloop_trace_sock_add_ref()
133 wpa_trace_add_ref(&table->table[i], eloop, in eloop_trace_sock_add_ref()
134 table->table[i].eloop_data); in eloop_trace_sock_add_ref()
135 wpa_trace_add_ref(&table->table[i], user, in eloop_trace_sock_add_ref()
136 table->table[i].user_data); 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() argument
145 if (table == NULL || table->table == NULL) in eloop_trace_sock_remove_ref()
[all …]
Dbase64.c27 size_t *out_len, const char *table, int add_pad) in base64_gen_encode() argument
51 *pos++ = table[(in[0] >> 2) & 0x3f]; in base64_gen_encode()
52 *pos++ = table[(((in[0] & 0x03) << 4) | (in[1] >> 4)) & 0x3f]; in base64_gen_encode()
53 *pos++ = table[(((in[1] & 0x0f) << 2) | (in[2] >> 6)) & 0x3f]; in base64_gen_encode()
54 *pos++ = table[in[2] & 0x3f]; in base64_gen_encode()
64 *pos++ = table[(in[0] >> 2) & 0x3f]; in base64_gen_encode()
66 *pos++ = table[((in[0] & 0x03) << 4) & 0x3f]; in base64_gen_encode()
70 *pos++ = table[(((in[0] & 0x03) << 4) | in base64_gen_encode()
72 *pos++ = table[((in[1] & 0x0f) << 2) & 0x3f]; in base64_gen_encode()
90 size_t *out_len, const char *table) in base64_gen_decode() argument
[all …]
/hostap-latest/doc/
Ddbus.doxygen38 <table>
47 </table>
208 <table>
217 </table>
593 <table>
600 </table>
661 <table>
698 </table>
743 <table>
753 </table>
[all …]
Dhostapd.fig152 4 0 0 50 -1 0 12 0.0000 4 135 375 2025 6000 table\001
Dctrl_iface.doxygen298 (0 .. size-1) in the scan results table and "BSS <BSSID>" requests
/hostap-latest/wpa_supplicant/
DREADME-NAN-USD42 srv_proto_type values are defined in the Service Protocol Types table in
67 srv_proto_type values are defined in the Service Protocol Types table in
Dscan.c2837 static unsigned int max_rate(const struct minsnr_bitrate_entry table[], in max_rate() argument
2840 const struct minsnr_bitrate_entry *prev, *entry = table; in max_rate()
2844 (vht || entry - table <= vht_mcs)) in max_rate()
2846 if (entry == table) in max_rate()
2849 if (entry->minsnr == -1 || (!vht && entry - table > vht_mcs)) in max_rate()
2880 static unsigned int max_he_eht_rate(const struct minsnr_bitrate_entry table[], in max_he_eht_rate() argument
2883 const struct minsnr_bitrate_entry *prev, *entry = table; in max_he_eht_rate()
2886 (eht || entry - table <= EHT_MCS)) in max_he_eht_rate()
2888 if (entry == table) in max_he_eht_rate()
2891 if (entry->minsnr == -1 || (!eht && entry - table > EHT_MCS)) in max_he_eht_rate()
DREADME-P2P131 Flush P2P peer table and state.
397 Service Protocol Type (1 octet) - see the table below
DChangeLog961 * added option to fetch BSS table entry based on P2P Device Address
1052 - use the internal BSS table instead of raw scan results
1090 * Drop oldest unknown BSS table entries first. This makes it less
1276 * maximum BSS table size can now be configured (bss_max_count)
1277 * BSSes to be included in the BSS table can be filtered based on
1318 * added BSS table to maintain more complete scan result information
/hostap-latest/tests/
Dcipher-and-key-mgmt-testing.txt87 beginning if the other device is not yet in the ARP table, so working