EAP_INNER_EAPHOST is now 0/1 #defined

This commit is contained in:
2017-02-02 13:51:17 +01:00
parent 6ef00f3fc2
commit fc0bf839c2
13 changed files with 56 additions and 14 deletions

View File

@@ -107,7 +107,7 @@ protected:
eap::config_method_pap m_cfg_pap; ///< PAP configuration
eap::config_method_mschapv2 m_cfg_mschapv2; ///< MSCHAPv2 configuration
eap::config_method_eapmschapv2 m_cfg_eapmschapv2; ///< EAP-MSCHAPv2 configuration
#ifdef EAP_INNER_EAPHOST
#if EAP_INNER_EAPHOST
eap::config_method_eaphost m_cfg_eaphost; ///< Inner EAP configuration
#endif
};