|
@@ -2164,6 +2164,9 @@ static int nl80211_action_subscribe_ap(struct i802_bss *bss)
|
|
|
/* RRM Measurement Report */
|
|
|
if (nl80211_register_action_frame(bss, (u8 *) "\x05\x01", 2) < 0)
|
|
|
ret = -1;
|
|
|
+ /* RRM Link Measurement Report */
|
|
|
+ if (nl80211_register_action_frame(bss, (u8 *) "\x05\x03", 2) < 0)
|
|
|
+ ret = -1;
|
|
|
/* RRM Neighbor Report Request */
|
|
|
if (nl80211_register_action_frame(bss, (u8 *) "\x05\x04", 2) < 0)
|
|
|
ret = -1;
|