Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_process.c75 || (eSIR_HT_OP_MODE_MIXED == bcn_struct->HTInfo.opMode) in ap_beacon_process_5_ghz()
76 || (eSIR_HT_OP_MODE_OVERLAP_LEGACY == bcn_struct->HTInfo.opMode)) { in ap_beacon_process_5_ghz()
88 if (eSIR_HT_OP_MODE_NO_LEGACY_20MHZ_HT != bcn_struct->HTInfo.opMode) in ap_beacon_process_5_ghz()
188 if ((eSIR_HT_OP_MODE_OVERLAP_LEGACY == bcn_struct->HTInfo.opMode) && in ap_beacon_process_24_ghz()
202 if (eSIR_HT_OP_MODE_NO_LEGACY_20MHZ_HT == bcn_struct->HTInfo.opMode) { in ap_beacon_process_24_ghz()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h596 uint16_t opMode; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c1504 if ((eSIR_HT_OP_MODE_MIXED == pBeaconStruct->HTInfo.opMode) || in lim_decide_sta_protection_on_assoc()
1506 pBeaconStruct->HTInfo.opMode)) { in lim_decide_sta_protection_on_assoc()
1510 pBeaconStruct->HTInfo.opMode) { in lim_decide_sta_protection_on_assoc()
1550 ((eSIR_HT_OP_MODE_MIXED == htInfo.opMode) || in lim_decide_sta_protection_on_assoc()
1551 (eSIR_HT_OP_MODE_OVERLAP_LEGACY == htInfo.opMode)) in lim_decide_sta_protection_on_assoc()
1560 if (eSIR_HT_OP_MODE_NO_LEGACY_20MHZ_HT == htInfo.opMode) { in lim_decide_sta_protection_on_assoc()
1570 if (eSIR_HT_OP_MODE_PURE == htInfo.opMode) { in lim_decide_sta_protection_on_assoc()
1647 if (((eSIR_HT_OP_MODE_MIXED == htInfo.opMode) || in lim_decide_sta_11bg_protection()
1648 (eSIR_HT_OP_MODE_OVERLAP_LEGACY == htInfo.opMode)) && in lim_decide_sta_11bg_protection()
1667 (tSirMacHTOperatingMode)htInfo.opMode) { in lim_decide_sta_11bg_protection()
[all …]
H A Dlim_send_messages.c312 pVhtOpMode->opMode); in lim_send_mode_update()
H A Dlim_process_sme_req_messages.c8271 pHtOpMode->opMode = in __lim_process_sme_set_ht2040_mode()
8292 pHtOpMode->opMode); in __lim_process_sme_set_ht2040_mode()
9030 params.opMode = lim_calculate_peer_ch_width(session, in lim_update_new_ch_width_to_fw()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2991 update_vht_opmode->opMode); in wma_process_update_opmode()
2993 if (ch_width < update_vht_opmode->opMode) { in wma_process_update_opmode()
2995 update_vht_opmode->opMode, ch_width); in wma_process_update_opmode()
3000 WMI_HOST_PEER_CHWIDTH, update_vht_opmode->opMode, in wma_process_update_opmode()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1040 temp_ht_ops = ht_ops->opMode & in hdd_copy_ht_operation()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c7652 pHtOpMode->opMode = eHT_CHANNEL_WIDTH_20MHZ; in sme_notify_ht2040_mode()
7657 pHtOpMode->opMode = eHT_CHANNEL_WIDTH_40MHZ; in sme_notify_ht2040_mode()
7682 sme_debug("vdev %d OP mode: %d", sessionId, pHtOpMode->opMode); in sme_notify_ht2040_mode()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms2827 opMode: 2;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c1799 pDot11f->opMode = pe_session->htOperMode;
1806 pDot11f->opMode = 0;
H A Ddot11f.c5348 pDst->opMode = tmp57__ >> 0 & 0x3; in dot11f_unpack_ie_ht_info()
26731 tmp177__ |= (pSrc->opMode << 0); in dot11f_pack_ie_ht_info()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h6029 uint16_t opMode:2; member