/wlan-driver/qca-wifi-host-cmn/target_if/mgmt_txrx/src/ |
H A D | target_if_mgmt_txrx_rx_reo.c | 308 uint8_t retry_count = 0; in target_if_mgmt_rx_reo_read_snapshot_raw() local 329 for (; retry_count < (MGMT_RX_REO_SNAPSHOT_B2B_READ_SWAR_RETRY_LIMIT - 1); in target_if_mgmt_rx_reo_read_snapshot_raw() 330 retry_count++) { in target_if_mgmt_rx_reo_read_snapshot_raw() 336 raw_snapshot[retry_count + 1].mgmt_rx_reo_snapshot_low = in target_if_mgmt_rx_reo_read_snapshot_raw() 338 raw_snapshot[retry_count + 1].mgmt_rx_reo_snapshot_high = in target_if_mgmt_rx_reo_read_snapshot_raw() 349 if (retry_count == in target_if_mgmt_rx_reo_read_snapshot_raw() 390 uint8_t retry_count; in target_if_mgmt_rx_reo_read_snapshot() local 434 retry_count = 0; in target_if_mgmt_rx_reo_read_snapshot() 435 for (; retry_count < MGMT_RX_REO_SNAPSHOT_READ_RETRY_LIMIT; in target_if_mgmt_rx_reo_read_snapshot() 436 retry_count++) { in target_if_mgmt_rx_reo_read_snapshot() [all …]
|
/wlan-driver/fw-api/hw/qcn9224/v2/ |
H A D | tx_mpdu_start.h | 42 retry_count : 7, member 79 retry_count : 7,
|
/wlan-driver/fw-api/hw/qca5424/ |
H A D | tx_mpdu_start.h | 35 retry_count : 7, member 72 retry_count : 7,
|
/wlan-driver/fw-api/hw/peach/v1/ |
H A D | tx_mpdu_start.h | 29 retry_count : 7, member 65 retry_count : 7,
|
/wlan-driver/fw-api/hw/qcn6432/ |
H A D | tx_mpdu_start.h | 33 retry_count : 7, // [30:24] member 70 retry_count : 7, // [30:24]
|
/wlan-driver/fw-api/hw/peach/v2/ |
H A D | tx_mpdu_start.h | 29 retry_count : 7, member 65 retry_count : 7,
|
/wlan-driver/fw-api/hw/kiwi/v2/ |
H A D | tx_mpdu_start.h | 35 retry_count : 7, member 72 retry_count : 7,
|
/wlan-driver/fw-api/hw/qcn9224/v1/ |
H A D | tx_mpdu_start.h | 42 retry_count : 7, member 79 retry_count : 7,
|
/wlan-driver/fw-api/hw/qca5332/ |
H A D | tx_mpdu_start.h | 42 retry_count : 7, // [30:24] member 79 retry_count : 7, // [30:24]
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/ |
H A D | wlan_mlme_api.h | 3772 uint8_t *retry_count); 3782 uint8_t *retry_count); 3793 uint8_t *retry_count); 3798 uint8_t *retry_count) in wlan_mlme_get_sae_assoc_retry_count() argument 3800 *retry_count = 0; in wlan_mlme_get_sae_assoc_retry_count() 3806 uint8_t *retry_count) in wlan_mlme_get_sae_auth_retry_count() argument 3808 *retry_count = 0; in wlan_mlme_get_sae_auth_retry_count() 3814 uint8_t *retry_count) in wlan_mlme_get_sae_roam_auth_retry_count() argument 3816 *retry_count = 0; in wlan_mlme_get_sae_roam_auth_retry_count()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/inc/ |
H A D | wlan_mgmt_txrx_rx_reo_public_structs.h | 91 uint8_t retry_count; member
|
/wlan-driver/wpa_supplicant_8/src/pae/ |
H A D | ieee802_1x_kay_i.h |
|
H A D | ieee802_1x_kay.c |
|
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/ |
H A D | wlan_mlme_api.c | 5882 uint8_t *retry_count) in wlan_mlme_get_sae_assoc_retry_count() argument 5889 *retry_count = 0; in wlan_mlme_get_sae_assoc_retry_count() 5893 *retry_count = in wlan_mlme_get_sae_assoc_retry_count() 5897 *retry_count = QDF_MIN(MAX_RETRIES, *retry_count); in wlan_mlme_get_sae_assoc_retry_count() 5904 uint8_t *retry_count) in wlan_mlme_get_sae_auth_retry_count() argument 5911 *retry_count = 0; in wlan_mlme_get_sae_auth_retry_count() 5915 *retry_count = in wlan_mlme_get_sae_auth_retry_count() 5919 *retry_count = QDF_MIN(MAX_AUTH_RETRIES, *retry_count); in wlan_mlme_get_sae_auth_retry_count() 5926 uint8_t *retry_count) in wlan_mlme_get_sae_roam_auth_retry_count() argument 5933 *retry_count = 0; in wlan_mlme_get_sae_roam_auth_retry_count() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/ |
H A D | hal_5332_tx.h | 334 retry_count : 7, member
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/ |
H A D | hal_6432_tx.h | 351 retry_count : 7, member
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/ |
H A D | hal_9224_tx.h | 432 retry_count : 7, member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
H A D | rrm_api.c | 750 stats->tx.mcast.num, stats->tx.retry_count, in rrm_update_vdev_stats() 767 mac_stats->retry_count = in rrm_update_vdev_stats() 768 stats->tx.retry_count - mac_stats->retry_count; in rrm_update_vdev_stats()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_srng.c | 884 uint8_t retry_count = 0; in hal_reg_write_work() local 920 if (retry_count++ < MAX_DELAYED_REG_WRITE_RETRY) { in hal_reg_write_work() 955 retry_count = 0; in hal_reg_write_work()
|
/wlan-driver/qcacld-3.0/components/p2p/core/src/ |
H A D | wlan_p2p_off_chan_tx.c | 1176 uint8_t retry_count = p2p_get_hw_retry_count(psoc, tx_ctx); in p2p_mgmt_set_hw_retry_count() local 1178 mgmt_param->tx_param.retry_limit = GET_HW_RETRY_LIMIT(retry_count); in p2p_mgmt_set_hw_retry_count() 1180 GET_HW_RETRY_LIMIT_EXT(retry_count); in p2p_mgmt_set_hw_retry_count()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/ |
H A D | wlan_cm_roam_public_struct.h | 2298 uint16_t retry_count; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_send_management_frames.c | 7499 uint8_t retry_count = 0; local 7513 wlan_mlme_get_sae_auth_retry_count(mac_ctx->psoc, &retry_count); 7516 &retry_count); 7517 if (!retry_count) { 7542 sae_retry->sae_auth_max_retry = retry_count;
|
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/ |
H A D | if_pci.c | 3655 int retry_count = 0; in hif_target_sync() local 3677 retry_count++ < 2) { in hif_target_sync()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | sir_mac_prot_def.h | 1445 uint32_t retry_count; member
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_stats_struct.h | 1656 uint32_t retry_count; member
|