Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c3344 struct wlan_roam_update_config *update_req; in cm_roam_update_config_req() local
3353 update_req = qdf_mem_malloc(sizeof(*update_req)); in cm_roam_update_config_req()
3354 if (!update_req) in cm_roam_update_config_req()
3372 cm_roam_scan_bmiss_cnt(psoc, vdev_id, &update_req->beacon_miss_cnt); in cm_roam_update_config_req()
3373 cm_roam_scan_bmiss_timeout(psoc, vdev_id, &update_req->bmiss_timeout); in cm_roam_update_config_req()
3375 &update_req->rssi_change_params); in cm_roam_update_config_req()
3378 &update_req->disconnect_params); in cm_roam_update_config_req()
3380 &update_req->roam_triggers); in cm_roam_update_config_req()
3382 &update_req->idle_params); in cm_roam_update_config_req()
3384 update_req->roam_triggers.trigger_bitmap)) in cm_roam_update_config_req()
[all …]