Omit the RSNXE when operating in P2P Auto GO PCC (Persistent Client
Connectivity) mode (i.e., when RSN overriding is enabled) by setting
rsn_override_omit_rsnxe config. This improves interoperability with STAs
that might not be able handle RSNXE in this configuration.
Signed-off-by: Shivani Baranwal <shivbara@qti.qualcomm.com>
bss->wpa_pairwise = WPA_CIPHER_CCMP;
bss->rsn_override_pairwise = WPA_CIPHER_CCMP;
bss->rsn_override_mfp = 2;
+ bss->rsn_override_omit_rsnxe = 1;
}
#endif /* CONFIG_P2P */