Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c11533 uint32_t he_cap_val = 0; in sme_update_he_tx_stbc_cap() local
11535 he_cap_val = value ? 1 : 0; in sme_update_he_tx_stbc_cap()
11542 if (he_cap_val <= 1) in sme_update_he_tx_stbc_cap()
11544 = he_cap_val; in sme_update_he_tx_stbc_cap()
11547 if (he_cap_val <= 1) in sme_update_he_tx_stbc_cap()
11549 = he_cap_val; in sme_update_he_tx_stbc_cap()
11561 uint32_t he_cap_val = 0; in sme_update_he_rx_stbc_cap() local
11563 he_cap_val = value ? 1 : 0; in sme_update_he_rx_stbc_cap()
11570 if (he_cap_val <= 1) in sme_update_he_rx_stbc_cap()
11572 he_cap_val; in sme_update_he_rx_stbc_cap()
[all …]