Re: Phase2 patch
- From: Volker Braun <volker braun physik hu-berlin de>
- To: networkmanager-list gnome org
- Subject: Re: Phase2 patch
- Date: Sat, 27 Jan 2007 14:33:50 +0000 (UTC)
On Sat, 27 Jan 2007 09:10:57 -0500, Dan Williams wrote:
> [...]The short answer is
> that the UI bits are great, but we need to ensure backwards compat with
> the libnm-util C ABI and the NM DBus API. But I think I've got a handle
> on that, and that it's possible, although ugly.
How about we abuse eap_type to preserve the ABI, and make the phase2
option selectable by high bits a la
#define NM_EAP_METHOD_TTLS 0x00000040 /* EAP-TTLS */
#define NM_PHASE2_AUTH_PAP 0x00010000
eap_type = NM_EAP_METHOD_TTLS | NM_PHASE2_AUTH_PAP;
It even makes some sense to put these together since they are
logically very close.
Volker
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]