Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_vdev_disconnect.c409 struct element_info *discon_ie; in cm_copy_peer_disconnect_ies() local
411 discon_ie = mlme_get_peer_disconnect_ies(vdev); in cm_copy_peer_disconnect_ies()
412 if (!discon_ie) in cm_copy_peer_disconnect_ies()
415 ap_ie->len = discon_ie->len; in cm_copy_peer_disconnect_ies()
416 ap_ie->ptr = discon_ie->ptr; in cm_copy_peer_disconnect_ies()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c4238 struct element_info *discon_ie; in lim_send_disassoc_mgmt_frame() local
4286 discon_ie = mlme_get_self_disconnect_ies(pe_session->vdev); in lim_send_disassoc_mgmt_frame()
4287 if (discon_ie && discon_ie->len) in lim_send_disassoc_mgmt_frame()
4288 nBytes += discon_ie->len; in lim_send_disassoc_mgmt_frame()
4335 &nPayload, discon_ie); in lim_send_disassoc_mgmt_frame()
4461 struct element_info *discon_ie; in lim_send_deauth_mgmt_frame() local
4519 discon_ie = mlme_get_self_disconnect_ies(pe_session->vdev); in lim_send_deauth_mgmt_frame()
4520 if (discon_ie && discon_ie->len) in lim_send_deauth_mgmt_frame()
4521 nBytes += discon_ie->len; in lim_send_deauth_mgmt_frame()
4561 &nPayload, discon_ie); in lim_send_deauth_mgmt_frame()