Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_session.c99 pe_session->beaconParams.llaCoexist = 0; in pe_init_beacon_params()
200 pe_session_entry->beaconParams.llaCoexist = 0; in pe_reset_protection_callback()
239 beacon_params.llaCoexist = in pe_reset_protection_callback()
240 pe_session_entry->beaconParams.llaCoexist; in pe_reset_protection_callback()
H A Dlim_utils.c1508 pe_session->beaconParams.llaCoexist = true; in lim_decide_sta_protection_on_assoc()
2505 if (false == pe_session->beaconParams.llaCoexist) { in lim_enable_11a_protection()
2507 bcn_prms->llaCoexist = true; in lim_enable_11a_protection()
2508 pe_session->beaconParams.llaCoexist = true; in lim_enable_11a_protection()
2531 if (false == pe_session->beaconParams.llaCoexist) in lim_disable_11a_protection()
2537 bcn_prms->llaCoexist = false; in lim_disable_11a_protection()
2538 pe_session->beaconParams.llaCoexist = false; in lim_disable_11a_protection()
2615 bcn_prms->llaCoexist = false; in lim_disable_11a_protection()
2616 pe_session->beaconParams.llaCoexist = false; in lim_disable_11a_protection()
H A Dlim_assoc_utils.c866 (session_entry->beaconParams.llaCoexist) && in lim_decide_ap_protection_on_delete()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h575 uint8_t llaCoexist; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_session.h61 uint8_t llaCoexist; member