Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1300 uint32_t he_oper_params = 0; in hdd_copy_he_operation() local
1321 he_oper_params |= he_operation->default_pe << in hdd_copy_he_operation()
1323 he_oper_params |= he_operation->twt_required << in hdd_copy_he_operation()
1325 he_oper_params |= he_operation->txop_rts_threshold << in hdd_copy_he_operation()
1327 he_oper_params |= he_operation->vht_oper_present << in hdd_copy_he_operation()
1329 he_oper_params |= he_operation->co_located_bss << in hdd_copy_he_operation()
1331 he_oper_params |= he_operation->er_su_disable << in hdd_copy_he_operation()
1333 he_oper_params |= he_operation->oper_info_6g_present << in hdd_copy_he_operation()
1335 he_oper_params |= he_operation->reserved2 << in hdd_copy_he_operation()
1337 he_oper_params |= he_operation->bss_color << in hdd_copy_he_operation()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c352 uint32_t he_oper_params; in util_scan_get_he_6g_params() local
367 he_oper_params = LE_READ_4(he_ops); in util_scan_get_he_6g_params()
368 if (!(he_oper_params & WLAN_HEOP_6GHZ_INFO_PRESENT_MASK)) in util_scan_get_he_6g_params()
379 if (he_oper_params & WLAN_HEOP_VHTOP_PRESENT_MASK) { in util_scan_get_he_6g_params()
389 if (he_oper_params & WLAN_HEOP_CO_LOCATED_BSS_MASK) { in util_scan_get_he_6g_params()
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dieee802_11_he.c
/wlan-driver/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c
H A Dieee802_11_defs.h