Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_global.h222 bool is_mlo_ie_present; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_auth_frame.c297 rx_auth_frm_body->is_mlo_ie_present) { in lim_process_auth_open_system_algo()
298 auth_node->is_mlo_ie_present = true; in lim_process_auth_open_system_algo()
1261 if (!rx_auth_frm_body->is_mlo_ie_present) { in lim_process_auth_frame_type2()
H A Dlim_send_management_frames.c3380 if (auth_node && auth_node->is_mlo_ie_present) { in lim_calculate_auth_mlo_ie_len()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h1234 bool is_mlo_ie_present; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c5920 pAuth->is_mlo_ie_present = auth.mlo_ie.present;
5927 if (pAuth->is_mlo_ie_present && auth.mlo_ie.num_data >= 9) {