MACsec: wpa_supplicant integration
Add MACsec to the wpa_supplicant build system and configuration file. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
887d9d01ab
commit
dd10abccc8
10 changed files with 488 additions and 2 deletions
|
@ -1733,6 +1733,9 @@ static const struct parse_data ssid_fields[] = {
|
|||
{ INT(ap_max_inactivity) },
|
||||
{ INT(dtim_period) },
|
||||
{ INT(beacon_int) },
|
||||
#ifdef CONFIG_MACSEC
|
||||
{ INT_RANGE(macsec_policy, 0, 1) },
|
||||
#endif /* CONFIG_MACSEC */
|
||||
};
|
||||
|
||||
#undef OFFSET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue