Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h394 uint8_t llbCoexist; member
576 uint8_t llbCoexist; member
H A Dwma.h718 uint8_t llbCoexist; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_session.c100 pe_session->beaconParams.llbCoexist = 0; in pe_init_beacon_params()
201 pe_session_entry->beaconParams.llbCoexist = 0; in pe_reset_protection_callback()
241 beacon_params.llbCoexist = in pe_reset_protection_callback()
242 pe_session_entry->beaconParams.llbCoexist; in pe_reset_protection_callback()
H A Dlim_ft.c164 pAddBssParams->llbCoexist = in lim_ft_prepare_add_bss_req()
165 (uint8_t) ft_session->beaconParams.llbCoexist; in lim_ft_prepare_add_bss_req()
H A Dlim_utils.c1531 pe_session->beaconParams.llbCoexist = true; in lim_decide_sta_protection_on_assoc()
1535 pe_session->beaconParams.llbCoexist = false; in lim_decide_sta_protection_on_assoc()
1552 && (!pe_session->beaconParams.llbCoexist)) { in lim_decide_sta_protection_on_assoc()
1649 (!psession_entry->beaconParams.llbCoexist)) { in lim_decide_sta_11bg_protection()
2732 if (false == session_entry->beaconParams.llbCoexist) { in lim_handle_enable11g_protection_enabled()
2734 beaconparams->llbCoexist = in lim_handle_enable11g_protection_enabled()
2735 session_entry->beaconParams.llbCoexist = true; in lim_handle_enable11g_protection_enabled()
2853 beaconparams->llbCoexist = in lim_handle_11g_protection_for_11bcoexist()
2854 session_entry->beaconParams.llbCoexist = in lim_handle_11g_protection_for_11bcoexist()
2863 beaconparams->llbCoexist = in lim_handle_11g_protection_for_11bcoexist()
[all …]
H A Dlim_assoc_utils.c3752 pAddBssParams->llbCoexist = in lim_sta_send_add_bss()
3753 (uint8_t) pe_session->beaconParams.llbCoexist; in lim_sta_send_add_bss()
4220 pAddBssParams->llbCoexist = in lim_sta_send_add_bss_pre_assoc()
4221 (uint8_t) pe_session->beaconParams.llbCoexist; in lim_sta_send_add_bss_pre_assoc()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_session.h62 uint8_t llbCoexist; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c4153 uint8_t llbCoexist, int8_t maxTxPower, in wma_vdev_set_bss_params() argument
4222 prot_mode = llbCoexist ? IEEE80211_PROT_CTSONLY : IEEE80211_PROT_NONE; in wma_vdev_set_bss_params()
4433 iface->llbCoexist = add_bss->llbCoexist; in wma_update_iface_params()
4713 add_bss->llbCoexist, in wma_send_peer_assoc_req()
5296 iface->llbCoexist, maxTxPower, in wma_add_sta_req_sta_mode()
H A Dwma_mgmt.c1958 bcn_params->llbCoexist); in wma_process_update_beacon_params()