Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dtcp_params_update.cpp58 def_tcp_limit_output_bytes_valid = false; in TCPParamCommand()
173 if (def_tcp_limit_output_bytes_valid) in handleEvent()
251 tcpParamCommand->def_tcp_limit_output_bytes_valid = true; in wifi_init_tcp_param_change_event_handler()
273 if (tcpParamCommand->def_tcp_limit_output_bytes_valid) in cleanupTCPParamCommand()
Dtcp_params_update.h69 bool def_tcp_limit_output_bytes_valid; variable