nl80211: Register Neighbor Report Response Action frame
Add Neighbor Report Response Action frame to registration of Action frames to be handled by wpa_supplicant. Signed-off-by: Assaf Krauss <assaf.krauss@intel.com>
This commit is contained in:
parent
b361d580ec
commit
2526ccd95a
1 changed files with 4 additions and 0 deletions
|
@ -1948,6 +1948,10 @@ static int nl80211_mgmt_subscribe_non_ap(struct i802_bss *bss)
|
|||
if (nl80211_register_action_frame(bss, (u8 *) "\x11\x02", 2) < 0)
|
||||
return -1;
|
||||
|
||||
/* Radio Measurement - Neighbor Report Response */
|
||||
if (nl80211_register_action_frame(bss, (u8 *) "\x05\x05", 2) < 0)
|
||||
ret = -1;
|
||||
|
||||
nl80211_mgmt_handle_register_eloop(bss);
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in a new issue