From: Tom E. <to...@gr...> - 2010-07-22 00:10:13
|
Sending attachments to the list doesn't work. On open1x, is there a place I can upload the lib for anyone interested to have a look? I would like to use LGPL for the lib. If the authors of the existing xsupplicant code (which uses a dual license) objected to that, would you please let me know? Tom Enderes wrote: > > Josh Howlett wrote: >>>> Ok, so the application has to provide something equivalent to an EAP lower >>> layer to talk to the peer? It then uses this method to exchange EAP packets >>> with the library? >>> >>> Exactly. >> How does the API expose data that the EAP method exports, like names and keys? > > using the callback on success, prototype for all the callbacks is shown below: > > struct xsup_library_config { > void (*notify_eap_data) (xsup_cookie cookie, const uint8_t* data, size_t length); > void (*notify_success) (xsup_cookie cookie, const uint8_t* keymaterial, size_t > length); > void (*notify_failure) (xsup_cookie cookie, xsup_returntype reasoncode); > }; > > > >> Josh. >> >> JANET(UK) is a trading name of The JNT Association, a company limited >> by guarantee which is registered in England under No. 2881024 >> and whose Registered Office is at Lumen House, Library Avenue, >> Harwell Science and Innovation Campus, Didcot, Oxfordshire. OX11 0SG >> > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Open1x-developers mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/open1x-developers -- This e-mail and any of its attachments may contain proprietary information, which is privileged, confidential or subject to copyright belonging to Grid Net, Inc. This e-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or action taken in relation to the contents of this e-mail is strictly prohibited and may be unlawful. If you have received this e-mail in error, please notify the sender immediately and permanently delete. |