diff options
Diffstat (limited to 'src/eap_peer/eap.h')
-rw-r--r-- | src/eap_peer/eap.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/eap_peer/eap.h b/src/eap_peer/eap.h index c434498..d7a5628 100644 --- a/src/eap_peer/eap.h +++ b/src/eap_peer/eap.h @@ -246,18 +246,6 @@ struct eap_config { */ const char *pkcs11_module_path; /** - * mac_addr - MAC address of the peer - * - * This is only used by EAP-WSC and can be left %NULL if not available. - */ - const u8 *mac_addr; - /** - * uuid - Device UUID - * - * This is only used by EAP-WSC and can be left %NULL if not available. - */ - const u8 *uuid; - /** * wps - WPS context data * * This is only used by EAP-WSC and can be left %NULL if not available. |