/wlan-driver/wpa_supplicant_8/src/utils/ |
H A D | eloop.c |
|
H A D | base64.c |
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_hashtable.h | 54 #define qdf_ht_init(table) __qdf_ht_init(table) argument 62 #define qdf_ht_deinit(table) __qdf_ht_deinit(table) argument 70 #define qdf_ht_empty(table) __qdf_ht_empty(table) argument 80 #define qdf_ht_add(table, entry, key) __qdf_ht_add(table, entry, key) argument 97 #define qdf_ht_for_each(table, i, cursor, entry_field) \ argument 98 __qdf_ht_for_each(table, i, cursor, entry_field) 109 #define qdf_ht_for_each_safe(table, i, tmp, cursor, entry_field) \ argument 110 __qdf_ht_for_each_safe(table, i, tmp, cursor, entry_field) 119 #define qdf_ht_for_each_in_bucket(table, cursor, entry_field, key) \ argument 120 __qdf_ht_for_each_in_bucket(table, cursor, entry_field, key) [all …]
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | i_qdf_hashtable.h | 27 #define __qdf_ht_init(table) hash_init(table) argument 28 #define __qdf_ht_deinit(table) do { } while (false) argument 29 #define __qdf_ht_empty(table) hash_empty(table) argument 30 #define __qdf_ht_add(table, entry, key) hash_add(table, entry, key) argument 33 #define __qdf_ht_for_each(table, i, cursor, entry_field) \ argument 34 hash_for_each(table, i, cursor, entry_field) 36 #define __qdf_ht_for_each_in_bucket(table, cursor, entry_field, key) \ argument 37 hash_for_each_possible(table, cursor, entry_field, key) 39 #define __qdf_ht_for_each_match(table, cursor, entry_field, key, key_field) \ argument 40 hash_for_each_possible(table, (cursor), entry_field, (key)) \ [all …]
|
H A D | qdf_mem.c | 372 static bool qdf_mem_meta_table_insert(struct __qdf_mem_info *table, in qdf_mem_meta_table_insert() argument 378 if (!table[i].count) { in qdf_mem_meta_table_insert() 379 qdf_str_lcopy(table[i].func, meta->func, in qdf_mem_meta_table_insert() 381 table[i].line = meta->line; in qdf_mem_meta_table_insert() 382 table[i].size = meta->size; in qdf_mem_meta_table_insert() 383 table[i].count = 1; in qdf_mem_meta_table_insert() 384 table[i].caller = meta->caller; in qdf_mem_meta_table_insert() 385 table[i].time = meta->time; in qdf_mem_meta_table_insert() 389 if (qdf_str_eq(table[i].func, meta->func) && in qdf_mem_meta_table_insert() 390 table[i].line == meta->line && in qdf_mem_meta_table_insert() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | README | 10 hal_6290_srng_table.c - holds hw srng table and hal hw reg offsets array 14 hal_8074_srng_table.c - holds hw srng table and hal hw reg offsets array
|
/wlan-driver/qcacld-3.0/configs/ |
H A D | qcn7605_defconfig | 16 # Enable AUTO specific regdoamin table
|
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/ |
H A D | service_ready_util.c | 71 struct wlan_psoc_host_chainmask_table *table; in init_deinit_chainmask_table_free() local 75 table = &(ser_ext_par->chainmask_table[i]); in init_deinit_chainmask_table_free() 76 if (table->cap_list) { in init_deinit_chainmask_table_free() 77 qdf_mem_free(table->cap_list); in init_deinit_chainmask_table_free() 78 table->cap_list = NULL; in init_deinit_chainmask_table_free()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | scan.c |
|
H A D | README-P2P |
|
H A D | ChangeLog |
|
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/ |
H A D | target_if_spectral.c | 205 struct wlan_psoc_host_chainmask_table *table; in target_if_spectral_get_agile_mode_cap() local 257 table = &ext_svc_param->chainmask_table[table_id]; in target_if_spectral_get_agile_mode_cap() 259 for (i = 0; i < table->num_valid_chainmasks; i++) { in target_if_spectral_get_agile_mode_cap() 261 table->cap_list[i].supports_aSpectral; in target_if_spectral_get_agile_mode_cap() 263 table->cap_list[i].supports_aSpectral_160; in target_if_spectral_get_agile_mode_cap() 5637 struct wlan_psoc_host_chainmask_table *table; in target_if_is_agile_supported_cur_chmask() local 5717 table = &ext_svc_param->chainmask_table[table_id]; in target_if_is_agile_supported_cur_chmask() 5718 if (!table) { in target_if_is_agile_supported_cur_chmask() 5723 for (j = 0; j < table->num_valid_chainmasks; j++) { in target_if_is_agile_supported_cur_chmask() 5724 if (table->cap_list[j].chainmask == vdev_rxchainmask) { in target_if_is_agile_supported_cur_chmask() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parse_mac_trace.cmm | 17 ;parse_qdf_trace.cmm - This script parses QDF trace table and produces an output 18 ;containing the details of table records(max. 4000 records) with their enums.
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
H A D | dot11f.frms | 662 * the table below. In addition to Config Methods, APs and STAs that support 865 * provided in the next table. There is no way to indicate a vendor-specific
|