summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaheshkkv <maheshkkv@google.com>2023-02-14 13:49:27 -0800
committerMahesh KKV <maheshkkv@google.com>2023-02-15 07:04:36 +0000
commit3c54751d17d8dbf5c7a926b6ac84451bf425446e (patch)
tree4ed28f1a3b85302a969185db4eb0e824ca3da4f7
parentef9956a53bfed99aca98b3a86ea8344473059dff (diff)
downloadlibhardware_legacy-3c54751d17d8dbf5c7a926b6ac84451bf425446e.tar.gz
Add maximum association link count
Maximum MLO association link count can be an input for MLO scoring logic. If the candidate AP has less number of links to associate, scroring logic can give a weightage to an AP with matching links as station Assumption here is when the environment becomes better, the AP with less score now can be a better choice. Bug: 269336948 Test: Build successfully Change-Id: I1fe60f68fb99b0cb00a851981cbe45cde74457e1
-rw-r--r--include/hardware_legacy/wifi_hal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hardware_legacy/wifi_hal.h b/include/hardware_legacy/wifi_hal.h
index 494d653..5532328 100644
--- a/include/hardware_legacy/wifi_hal.h
+++ b/include/hardware_legacy/wifi_hal.h
@@ -287,6 +287,10 @@ typedef struct {
typedef struct {
/**
+ * Maximum number of links supported by the chip for MLO association.
+ */
+ u32 max_mlo_association_link_count;
+ /**
* Maximum number of Simultaneous Transmit and Receive (STR) links used
* in Multi-Link Operation. The maximum number of STR links used can be
* different from the maximum number of radios supported by the chip.