Indicate AP MLD address in the response to the BSS control interface
command.
Signed-off-by: Aleti Nageshwar Reddy <quic_anageshw@quicinc.com>
}
#endif /* CONFIG_FILS */
+ if (!is_zero_ether_addr(bss->mld_addr)) {
+ ret = os_snprintf(pos, end - pos,
+ "ap_mld_addr=" MACSTR "\n",
+ MAC2STR(bss->mld_addr));
+ if (os_snprintf_error(end - pos, ret))
+ return 0;
+ pos += ret;
+ }
+
if (mask & WPA_BSS_MASK_DELIM) {
ret = os_snprintf(pos, end - pos, "====\n");
if (os_snprintf_error(end - pos, ret))