Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c2372 uint8_t *frame, *rsnx_ie = NULL; in lim_send_assoc_req_mgmt_frame() local
2799 rsnx_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in lim_send_assoc_req_mgmt_frame()
2800 if (!rsnx_ie) in lim_send_assoc_req_mgmt_frame()
2805 NULL, 0, rsnx_ie, WLAN_MAX_IE_LEN); in lim_send_assoc_req_mgmt_frame()
2810 rsnx_ie_len = rsnx_ie[1] + 2; in lim_send_assoc_req_mgmt_frame()
3009 if (rsnx_ie && rsnx_ie_len) { in lim_send_assoc_req_mgmt_frame()
3011 rsnx_ie, rsnx_ie_len); in lim_send_assoc_req_mgmt_frame()
3138 qdf_mem_free(rsnx_ie); in lim_send_assoc_req_mgmt_frame()
H A Dlim_process_sme_req_messages.c4030 static inline uint8_t *lim_rebuild_rsnxe_cap(uint8_t *rsnx_ie, uint8_t length) in lim_rebuild_rsnxe_cap() argument
4042 rsnxe_cap = wlan_crypto_parse_rsnxe_ie(rsnx_ie, &cap_len); in lim_rebuild_rsnxe_cap()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.c6346 const uint8_t *rsnx_ie, *rsnxe_cap; in hdd_softap_update_pasn_vdev_params() local
6355 rsnx_ie = wlan_get_ie_ptr_from_eid(WLAN_ELEMID_RSNXE, in hdd_softap_update_pasn_vdev_params()
6357 if (!rsnx_ie) in hdd_softap_update_pasn_vdev_params()
6360 rsnxe_cap = wlan_crypto_parse_rsnxe_ie(rsnx_ie, &cap_len); in hdd_softap_update_pasn_vdev_params()