Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_offload_11d_scan.c132 struct reg_start_11d_scan_req start_req; in reg_send_11d_msg_cbk() local
151 start_req.vdev_id = psoc_priv_obj->vdev_id_for_11d_scan; in reg_send_11d_msg_cbk()
152 start_req.scan_period_msec = psoc_priv_obj->scan_11d_interval; in reg_send_11d_msg_cbk()
153 start_req.start_interval_msec = 0; in reg_send_11d_msg_cbk()
155 tx_ops->start_11d_scan(psoc, &start_req); in reg_send_11d_msg_cbk()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_roam_offload.c3096 struct wlan_roam_start_config *start_req) in cm_roam_mlo_config() argument
3101 roam_mlo_params = &start_req->roam_mlo_params; in cm_roam_mlo_config()
3126 struct wlan_roam_start_config *start_req) in cm_roam_mlo_config() argument
3244 struct wlan_roam_start_config *start_req; in cm_roam_start_req() local
3251 start_req = qdf_mem_malloc(sizeof(*start_req)); in cm_roam_start_req()
3252 if (!start_req) in cm_roam_start_req()
3271 cm_roam_scan_bmiss_cnt(psoc, vdev_id, &start_req->beacon_miss_cnt); in cm_roam_start_req()
3272 cm_roam_scan_bmiss_timeout(psoc, vdev_id, &start_req->bmiss_timeout); in cm_roam_start_req()
3273 cm_roam_reason_vsie(psoc, vdev_id, &start_req->reason_vsie_enable); in cm_roam_start_req()
3274 cm_roam_triggers(psoc, vdev_id, &start_req->roam_triggers); in cm_roam_start_req()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c10378 tpLimMlmStartReq start_req = (tLimMlmStartReq *)data; in lim_ap_mlme_vdev_start_send() local
10391 start_req->sessionId); in lim_ap_mlme_vdev_start_send()
10397 lim_process_mlm_start_req(session->mac_ctx, start_req); in lim_ap_mlme_vdev_start_send()