Home
last modified time | relevance | path

Searched refs:max_connect_attempts (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_main.h273 uint8_t max_connect_attempts; member
H A Dwlan_cm_main.c102 vdev_mlme->cnx_mgr_ctx->max_connect_attempts = in wlan_cm_init()
H A Dwlan_cm_util.c1197 uint8_t max_connect_attempts) in cm_set_max_connect_attempts() argument
1205 cm_ctx->max_connect_attempts = in cm_set_max_connect_attempts()
1206 QDF_MIN(max_connect_attempts, CM_MAX_CONNECT_ATTEMPTS); in cm_set_max_connect_attempts()
1209 cm_ctx->max_connect_attempts, max_connect_attempts); in cm_set_max_connect_attempts()
H A Dwlan_cm_main_api.h1058 uint8_t max_connect_attempts);
H A Dwlan_cm_connect.c2178 cm_ctx->max_connect_attempts) { in cm_get_valid_candidate()
2182 cm_ctx->max_connect_attempts); in cm_get_valid_candidate()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_api.c170 uint8_t max_connect_attempts) in wlan_cm_set_max_connect_attempts() argument
172 cm_set_max_connect_attempts(vdev, max_connect_attempts); in wlan_cm_set_max_connect_attempts()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_api.h156 uint8_t max_connect_attempts);