nl80211: Register PASN Authentication frames for SME-in-driver
This is needed to allow PASN processing offload from the driver to wpa_supplicant. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
58a96187ee
commit
e2c3cdf2ca
1 changed files with 1 additions and 2 deletions
|
@ -2384,8 +2384,7 @@ static int nl80211_mgmt_subscribe_non_ap(struct i802_bss *bss)
|
|||
|
||||
#ifdef CONFIG_PASN
|
||||
/* register for PASN Authentication frames */
|
||||
if ((drv->capa.flags & WPA_DRIVER_FLAGS_SME) &&
|
||||
nl80211_register_frame(bss, bss->nl_mgmt, type,
|
||||
if (nl80211_register_frame(bss, bss->nl_mgmt, type,
|
||||
(u8 *) "\x07\x00", 2, false))
|
||||
ret = -1;
|
||||
#endif /* CONFIG_PASN */
|
||||
|
|
Loading…
Add table
Reference in a new issue