mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
station: don't enable OCV unless MFPC is supported
This commit is contained in:
parent
659a63ae20
commit
2b88840316
@ -1085,7 +1085,7 @@ build_ie:
|
||||
&disable_ocv))
|
||||
disable_ocv = false;
|
||||
|
||||
info.ocvc = !disable_ocv && bss_info.ocvc;
|
||||
info.ocvc = !disable_ocv && bss_info.ocvc && info.mfpc;
|
||||
|
||||
/*
|
||||
* IEEE 802.11-2020 9.4.2.24.4 states extended key IDs can only be used
|
||||
|
Loading…
Reference in New Issue
Block a user