Lines Matching refs:synch_event

2205 	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()
2362 roam_sync_ind->rssi = -1 * synch_event->rssi; in wmi_fill_roam_sync_buffer()
2363 roam_sync_ind->is_beacon = synch_event->is_beacon; in wmi_fill_roam_sync_buffer()
2365 WMI_MAC_ADDR_TO_CHAR_ARRAY(&synch_event->bssid, in wmi_fill_roam_sync_buffer()
2374 cdp_update_roaming_peer_in_vdev(soc, synch_event->vdev_id, in wmi_fill_roam_sync_buffer()
2376 synch_event->auth_status); in wmi_fill_roam_sync_buffer()
2382 if ((!synch_event->bcn_probe_rsp_len) && in wmi_fill_roam_sync_buffer()
2383 (!synch_event->reassoc_req_len) && in wmi_fill_roam_sync_buffer()
2384 (!synch_event->reassoc_rsp_len)) { in wmi_fill_roam_sync_buffer()
2549 wmi_roam_synch_event_fixed_param *synch_event = NULL; in extract_roam_sync_event_tlv() local
2572 synch_event = param_buf->fixed_param; in extract_roam_sync_event_tlv()
2573 if (!synch_event) { in extract_roam_sync_event_tlv()
2587 if (synch_event->vdev_id >= WLAN_MAX_VDEVS) { in extract_roam_sync_event_tlv()
2589 synch_event->vdev_id); in extract_roam_sync_event_tlv()
2594 vdev = wlan_objmgr_get_vdev_by_id_from_psoc(psoc, synch_event->vdev_id, in extract_roam_sync_event_tlv()
2597 wmi_err("For vdev:%d object is NULL", synch_event->vdev_id); in extract_roam_sync_event_tlv()
2601 if (synch_event->bcn_probe_rsp_len > in extract_roam_sync_event_tlv()
2603 synch_event->reassoc_req_len > in extract_roam_sync_event_tlv()
2605 synch_event->reassoc_rsp_len > in extract_roam_sync_event_tlv()
2608 synch_event->bcn_probe_rsp_len, in extract_roam_sync_event_tlv()
2609 synch_event->reassoc_req_len, in extract_roam_sync_event_tlv()
2610 synch_event->reassoc_rsp_len, in extract_roam_sync_event_tlv()
2611 synch_event->vdev_id); in extract_roam_sync_event_tlv()
2628 synch_event->bcn_probe_rsp_len, in extract_roam_sync_event_tlv()
2629 synch_event->reassoc_req_len, in extract_roam_sync_event_tlv()
2630 synch_event->reassoc_rsp_len); in extract_roam_sync_event_tlv()
2637 if ((!synch_event->bcn_probe_rsp_len) && in extract_roam_sync_event_tlv()
2638 (!synch_event->reassoc_req_len) && in extract_roam_sync_event_tlv()
2639 (!synch_event->reassoc_rsp_len)) { in extract_roam_sync_event_tlv()
2658 bcn_probe_rsp_len = synch_event->bcn_probe_rsp_len; in extract_roam_sync_event_tlv()
2659 reassoc_req_len = synch_event->reassoc_req_len; in extract_roam_sync_event_tlv()
2660 reassoc_rsp_len = synch_event->reassoc_rsp_len; in extract_roam_sync_event_tlv()
2682 synch_event->vdev_id, in extract_roam_sync_event_tlv()