macsec: Support IEEE 802.1X(EAP)/PSK MACsec Key Agreement in hostapd
Signed-off-by: leiwei <leiwei@codeaurora.org>
This commit is contained in:
parent
a872bfcf31
commit
a93b369c17
7 changed files with 605 additions and 0 deletions
|
@ -232,6 +232,10 @@ struct hostapd_data {
|
|||
struct wps_stat wps_stats;
|
||||
#endif /* CONFIG_WPS */
|
||||
|
||||
#ifdef CONFIG_MACSEC
|
||||
struct ieee802_1x_kay *kay;
|
||||
#endif /* CONFIG_MACSEC */
|
||||
|
||||
struct hostapd_probereq_cb *probereq_cb;
|
||||
size_t num_probereq_cb;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue