Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c2205 wmi_roam_synch_event_fixed_param *synch_event; in wmi_fill_data_synch_event() local
2207 synch_event = param_buf->fixed_param; in wmi_fill_data_synch_event()
2215 synch_event->bcn_probe_rsp_len; in wmi_fill_data_synch_event()
2226 roam_sync_ind->reassoc_resp_length = synch_event->reassoc_rsp_len; in wmi_fill_data_synch_event()
2238 roam_sync_ind->reassoc_req_length = synch_event->reassoc_req_len; in wmi_fill_data_synch_event()
2346 wmi_roam_synch_event_fixed_param *synch_event; in wmi_fill_roam_sync_buffer() local
2358 synch_event = param_buf->fixed_param; in wmi_fill_roam_sync_buffer()
2359 roam_sync_ind->roamed_vdev_id = synch_event->vdev_id; in wmi_fill_roam_sync_buffer()
2360 roam_sync_ind->auth_status = synch_event->auth_status; in wmi_fill_roam_sync_buffer()
2361 roam_sync_ind->roam_reason = synch_event->roam_reason; in wmi_fill_roam_sync_buffer()
[all …]