|
@@ -1662,6 +1662,12 @@ util_scan_entry_bw_ind(struct scan_cache_entry *scan_entry)
|
|
|
#endif
|
|
|
|
|
|
#ifdef WLAN_FEATURE_11BE_MLO
|
|
|
+static inline uint8_t*
|
|
|
+util_scan_entry_bv_ml_ie(struct scan_cache_entry *scan_entry)
|
|
|
+{
|
|
|
+ return scan_entry->ie_list.multi_link_bv;
|
|
|
+}
|
|
|
+
|
|
|
static inline uint8_t*
|
|
|
util_scan_entry_t2lm(struct scan_cache_entry *scan_entry)
|
|
|
{
|
|
@@ -1676,6 +1682,12 @@ util_scan_entry_t2lm(struct scan_cache_entry *scan_entry)
|
|
|
*/
|
|
|
uint32_t util_scan_entry_t2lm_len(struct scan_cache_entry *scan_entry);
|
|
|
#else
|
|
|
+static inline uint8_t*
|
|
|
+util_scan_entry_bv_ml_ie(struct scan_cache_entry *scan_entry)
|
|
|
+{
|
|
|
+ return NULL;
|
|
|
+}
|
|
|
+
|
|
|
static inline uint8_t*
|
|
|
util_scan_entry_t2lm(struct scan_cache_entry *scan_entry)
|
|
|
{
|