Searched refs:tbtt_count (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ |
D | wlan_scan_utils_api.c | 1153 uint16_t tbtt_count, tbtt_length, i, fieldtype, idx; in util_scan_parse_rnr_ie() local 1164 tbtt_count = neighbor_ap_info->tbtt_header.tbtt_info_count; in util_scan_parse_rnr_ie() 1170 tbtt_count, tbtt_length, fieldtype); in util_scan_parse_rnr_ie() 1173 if (tbtt_count > TBTT_INFO_COUNT) in util_scan_parse_rnr_ie() 1176 for (i = 0; i < (tbtt_count + 1) && in util_scan_parse_rnr_ie() 2868 uint8_t tbtt_type, tbtt_len, tbtt_count; in util_handle_rnr_ie_for_mbssid() local 2890 tbtt_count = neighbor_ap_info->tbtt_header.tbtt_info_count; in util_handle_rnr_ie_for_mbssid() 2897 tbtt_count, tbtt_len, tbtt_type); in util_handle_rnr_ie_for_mbssid() 2899 copy_len = tbtt_len * (tbtt_count + 1) + in util_handle_rnr_ie_for_mbssid() 2930 for (i = 0; i < tbtt_count + 1; i++) { in util_handle_rnr_ie_for_mbssid() [all …]
|
/wlan-driver/qcacld-3.0/components/mlme/core/src/ |
D | wlan_mlme_vdev_mgr_interface.c | 2165 uint16_t *tbtt_count, uint16_t bcn_int) in vdevmgr_vdev_reconfig_notify() argument 2174 wlan_vdev_get_id(vdev), *tbtt_count, bcn_int); in vdevmgr_vdev_reconfig_notify() 2175 if (*tbtt_count * bcn_int <= LINK_REMOVAL_MIN_TIMEOUT_MS) in vdevmgr_vdev_reconfig_notify() 2176 *tbtt_count = 0; in vdevmgr_vdev_reconfig_notify() 2178 *tbtt_count -= LINK_REMOVAL_MIN_TIMEOUT_MS / bcn_int; in vdevmgr_vdev_reconfig_notify()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_mlo.c | 43 uint8_t tbtt_type, tbtt_len, tbtt_count; in lim_cu_info_from_rnr_per_link_id() local 56 tbtt_count = neighbor_ap_info->tbtt_header.tbtt_info_count; in lim_cu_info_from_rnr_per_link_id() 59 len = tbtt_len * (tbtt_count + 1) + nbr_ap_info_len; in lim_cu_info_from_rnr_per_link_id() 78 for (i = 0; i < tbtt_count + 1; i++) { in lim_cu_info_from_rnr_per_link_id()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
D | wlan_mlo_mgr_public_structs.h | 1545 uint32_t tbtt_count; member 1570 uint16_t tbtt_count; member
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
D | wlan_mlo_mgr_sta.c | 2624 uint16_t tbtt_count = 0; in mlo_process_link_remove() local 2638 tbtt_count = link_info->ap_removal_timer; in mlo_process_link_remove() 2648 vdev_mlme, &tbtt_count, bcn_int); in mlo_process_link_remove() 2659 qdf_time_uint_to_ms(tbtt_count * bcn_int)); in mlo_process_link_remove()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_11be_tlv.c | 1213 tbtt_info->tbtt_count = tlv->tbtt_count; in extract_mlo_link_removal_tbtt_update_tlv() 1269 info->tbtt_count = WMI_MLO_LINK_REMOVAL_GET_TBTT_COUNT( in extract_mgmt_rx_mlo_link_removal_info_tlv()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/ |
D | wlan_cmn_ieee80211.h | 3900 uint8_t tbtt_count; member 3918 uint8_t tbtt_count; member
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/ |
D | wlan_vdev_mlme.h | 811 uint16_t *tbtt_count, uint16_t bcn_int);
|
/wlan-driver/fw-api/fw/ |
D | wmi_unified.h | 47249 tbtt_count:16; member 47259 A_UINT32 tbtt_count; member
|