Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c2287 uint8_t *buf = NULL, *adaptive_11r_ie = NULL; in lim_fill_adaptive_11r_ie() local
2305 adaptive_11r_ie = qdf_mem_malloc(ADAPTIVE_11R_STA_IE_LEN + 2); in lim_fill_adaptive_11r_ie()
2306 if (!adaptive_11r_ie) in lim_fill_adaptive_11r_ie()
2310 buf = adaptive_11r_ie; in lim_fill_adaptive_11r_ie()
2340 *ie_buf = adaptive_11r_ie; in lim_fill_adaptive_11r_ie()
2396 uint8_t *mbo_ie = NULL, *adaptive_11r_ie = NULL, *vendor_ies = NULL; in lim_send_assoc_req_mgmt_frame() local
2900 qdf_status = lim_fill_adaptive_11r_ie(pe_session, &adaptive_11r_ie, in lim_send_assoc_req_mgmt_frame()
3036 adaptive_11r_ie, adaptive_11r_ie_len); in lim_send_assoc_req_mgmt_frame()
3144 qdf_mem_free(adaptive_11r_ie); in lim_send_assoc_req_mgmt_frame()