Home
last modified time | relevance | path

Searched refs:tx_pkt (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_ct.c232 peer->tx_pkt = 0; in tdls_reset_tx_rx()
313 curr_peer->tx_pkt = in tdls_ct_sampling_tx_rx()
754 curr_peer->tx_pkt, in tdls_ct_process_idle_handler()
761 if ((curr_peer->tx_pkt >= in tdls_ct_process_idle_handler()
833 if ((curr_peer->tx_pkt + curr_peer->rx_pkt) >= in tdls_ct_process_idle_and_discovery()
867 ((curr_peer->tx_pkt < in tdls_ct_process_connected_link()
913 if (curr_peer->rx_pkt || curr_peer->tx_pkt) in tdls_ct_process_cap_supported()
917 curr_peer->tx_pkt, curr_peer->rx_pkt, in tdls_ct_process_cap_supported()
959 if (curr_peer->rx_pkt || curr_peer->tx_pkt) in tdls_ct_process_cap_unknown()
963 curr_peer->tx_pkt, curr_peer->rx_pkt, in tdls_ct_process_cap_unknown()
[all …]
H A Dwlan_tdls_main.h354 uint16_t tx_pkt; member