/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/ |
H A D | dp_mon_2.0.h | 492 struct dp_mon_desc *new, in __dp_mon_add_to_free_desc_list() argument 495 if (!(head && new)) in __dp_mon_add_to_free_desc_list() 498 new->buf_addr = NULL; in __dp_mon_add_to_free_desc_list() 499 new->in_use = 0; in __dp_mon_add_to_free_desc_list() 501 ((union dp_mon_desc_list_elem_t *)new)->next = *head; in __dp_mon_add_to_free_desc_list() 502 *head = (union dp_mon_desc_list_elem_t *)new; in __dp_mon_add_to_free_desc_list() 508 #define dp_mon_add_to_free_desc_list(head, tail, new) \ argument 509 __dp_mon_add_to_free_desc_list(head, tail, new, __func__)
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_list.c | 266 QDF_STATUS qdf_list_split(qdf_list_t *new, qdf_list_t *list, in qdf_list_split() argument 272 list_cut_position(&new->anchor, &list->anchor, node); in qdf_list_split() 274 list_for_each(cur_node, &new->anchor) in qdf_list_split() 277 new->count = new_list_count; in qdf_list_split() 278 list->count = list->count - new->count; in qdf_list_split()
|
/wlan-driver/wpa_supplicant_8/hs20/server/ca/ |
H A D | setup.sh |
|
H A D | openssl-root.cnf |
|
H A D | openssl.cnf |
|
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/ |
H A D | wlan_mlo_link_force.c | 1569 struct ml_link_force_state *new) in ml_nlink_handle_dynamic_inactive() argument 1591 if (curr->force_inactive_num != new->force_inactive_num || in ml_nlink_handle_dynamic_inactive() 1593 new->force_inactive_num_bitmap) in ml_nlink_handle_dynamic_inactive() 1598 if ((new->force_inactive_bitmap & in ml_nlink_handle_dynamic_inactive() 1642 new->force_inactive_bitmap |= force_inactive_link_bitmap; in ml_nlink_handle_dynamic_inactive() 1643 ml_nlink_dump_force_state(new, ""); in ml_nlink_handle_dynamic_inactive() 1775 struct ml_link_force_state *new, in ml_nlink_update_no_force_for_all() argument 1785 if (!new->force_inactive_bitmap && in ml_nlink_update_no_force_for_all() 1786 !new->force_inactive_num && in ml_nlink_update_no_force_for_all() 1787 !new->force_active_bitmap && in ml_nlink_update_no_force_for_all() [all …]
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | README-WPS |
|
H A D | ChangeLog |
|
H A D | eap_testing.txt |
|
H A D | android.config |
|
H A D | README |
|
H A D | defconfig |
|
H A D | README-P2P |
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_rx.h | 217 #define dp_rx_add_to_free_desc_list(head, tail, new) \ argument 218 __dp_rx_add_to_free_desc_list(head, tail, new, __func__) 220 #define dp_rx_add_to_free_desc_list_reuse(head, tail, new) \ argument 221 __dp_rx_add_to_free_desc_list_reuse(head, tail, new, __func__) 1158 struct dp_rx_desc *new, const char *func_name) in __dp_rx_add_to_free_desc_list() argument 1160 qdf_assert(head && new); in __dp_rx_add_to_free_desc_list() 1162 dp_rx_desc_update_dbg_info(new, func_name, RX_DESC_IN_FREELIST); in __dp_rx_add_to_free_desc_list() 1164 new->nbuf = NULL; in __dp_rx_add_to_free_desc_list() 1165 new->in_use = 0; in __dp_rx_add_to_free_desc_list() 1167 ((union dp_rx_desc_list_elem_t *)new)->next = *head; in __dp_rx_add_to_free_desc_list() [all …]
|
/wlan-driver/wpa_supplicant_8/hostapd/ |
H A D | README-WPS |
|
H A D | ChangeLog |
|
H A D | hostapd.wpa_psk |
|
H A D | README-MULTI-AP |
|
H A D | README |
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/ |
H A D | wlan_mgmt_txrx_rx_reo.c | 3785 struct mgmt_rx_reo_list_entry *new, in mgmt_rx_reo_update_ingress_list() argument 3808 frame_desc->reo_required) != !new) { in mgmt_rx_reo_update_ingress_list() 3867 &new->wait_count, in mgmt_rx_reo_update_ingress_list() 3873 frame_desc->wait_count = new->wait_count; in mgmt_rx_reo_update_ingress_list() 3875 if (new->wait_count.total_count == 0) in mgmt_rx_reo_update_ingress_list() 3876 new->status &= in mgmt_rx_reo_update_ingress_list() 3880 new->ingress_list_insertion_ts = qdf_get_log_timestamp(); in mgmt_rx_reo_update_ingress_list() 3881 new->ingress_timestamp = frame_desc->ingress_timestamp; in mgmt_rx_reo_update_ingress_list() 3882 new->is_parallel_rx = frame_desc->is_parallel_rx; in mgmt_rx_reo_update_ingress_list() 3887 &reo_ingress_list->list, &new->node, in mgmt_rx_reo_update_ingress_list() [all …]
|
/wlan-driver/platform/cnss2/ |
H A D | Kconfig | 62 These changes are needed to support the new hardware architecture 71 These changes are needed to support the new hardware architecture 89 These changes are needed to support the new hardware architecture
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
H A D | wpa_background.sgml |
|
H A D | wpa_supplicant.sgml |
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_list.h | 223 QDF_STATUS qdf_list_split(qdf_list_t *new, qdf_list_t *list,
|
/wlan-driver/platform/icnss2/ |
H A D | Kconfig | 37 These changes are needed to support the new hardware architecture
|