Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1014 uint32_t i, temp_ht_ops; in hdd_copy_ht_operation() local
1021 temp_ht_ops = ht_ops->secondaryChannelOffset & in hdd_copy_ht_operation()
1023 if (temp_ht_ops) in hdd_copy_ht_operation()
1024 hdd_ht_ops->ht_param |= temp_ht_ops; in hdd_copy_ht_operation()
1033 temp_ht_ops = ht_ops->serviceIntervalGranularity & in hdd_copy_ht_operation()
1035 if (temp_ht_ops) in hdd_copy_ht_operation()
1036 hdd_ht_ops->ht_param |= temp_ht_ops << in hdd_copy_ht_operation()
1040 temp_ht_ops = ht_ops->opMode & in hdd_copy_ht_operation()
1042 switch (temp_ht_ops) { in hdd_copy_ht_operation()
1074 temp_ht_ops = ht_ops->basicSTBCMCS & in hdd_copy_ht_operation()
[all …]