This is needed for the AP MLD implementation of link reconfiguration for
MLO that was added in the prior commits.
Reviewed-by: Rohan Dutta <quic_drohan@quicinc.com>
Signed-off-by: Pooventhiran G <quic_pooventh@quicinc.com>
if (nl80211_register_action_frame(bss, (u8 *) "\x12", 1) < 0)
ret = -1;
#endif /* CONFIG_FST */
+#ifdef CONFIG_IEEE80211BE
+ /* Protected EHT - Link Reconfiguration Request */
+ if (nl80211_register_action_frame(bss, (u8 *) "\x25\x0b", 2) < 0)
+ ret = -1;
+#endif /* CONFIG_IEEE80211BE */
/* Vendor-specific Protected */
if (nl80211_register_action_frame(bss, (u8 *) "\x7e", 1) < 0)
ret = -1;