~indicator-network-developers/wpasupplicant/trunk

« back to all changes in this revision

Viewing changes to src/drivers/driver_common.c

  • Committer: Jouni Malinen
  • Author(s): Jouni Malinen
  • Date: 2020-02-24 10:20:38 UTC
  • Revision ID: git-v1:f1d385609009985de8a6ab8a8bbf46b672b93c3d
nl80211: Beacon protection capability flag and default key type

Add a new capability flag based on the nl80211 feature advertisement and
start using the new default key type for Beacon protection. This enables
AP mode functionality to allow Beacon protection to be enabled. This is
also enabling the previously added ap_pmf_beacon_protection_* hwsim test
cases.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
        DF2S(VLAN_OFFLOAD);
315
315
        DF2S(UPDATE_FT_IES);
316
316
        DF2S(SAFE_PTK0_REKEYS);
 
317
        DF2S(BEACON_PROTECTION);
317
318
        }
318
319
        return "UNKNOWN";
319
320
#undef DF2S