CVSROOT:        /cvs/gnome
Module name:    NetworkManager
Changes by:     dcbw    06/11/25 10:41:04

Modified files:
        .              : ChangeLog 
        src            : Makefile.am NetworkManager.c 
                         nm-device-802-11-wireless.c 
                         nm-device-802-3-ethernet.c nm-marshal.list 
        src/supplicant-manager: Makefile.am nm-supplicant-connection.h 
                                nm-supplicant-manager.c 
                                nm-supplicant-manager.h 
Added files:
        src/supplicant-manager: nm-supplicant-interface.c 
                                nm-supplicant-interface.h 
                                nm-supplicant-types.h 

Log message:
2006-11-25  Dan Williams  <[EMAIL PROTECTED]>

* src/supplicant-manager/nm-supplicant-types.h
- new file; move all supplicant manager object typedefs here for
#include sanity

* src/supplicant-manager/nm-supplicant-interface.c
src/supplicant-manager/nm-supplicant-interface.h
- new file; an object that interfaces an NMDevice object to the
supplicant and handles signals from the supplicant.  This object
does all necessary DBus communication with wpa_supplicant.

* src/supplicant-manager/nm-supplicant-manager.c
src/supplicant-manager/nm-supplicant-manager.h
- Actually do something.  Track the state of the wpa_supplicant service
and deal with its comings & goings.  Handle life events of
supplicant interfaces too.
- Move NMSupplicantManager typedef to nm-supplicant-types.h

* src/supplicant-manager/nm-supplicant-connection.h
- Move NMSupplicantConnection typedef to nm-supplicant-types.h

* src/supplicant-manager/Makefile.am
- Add new files to build, and add libnm-util to includes

* src/nm-marshal.list
- New marshaler type: VOID:UINT,UINT

* src/nm-device-802-3-ethernet.c
- (real_init): grab a supplicant interface
- (nm_device_802_3_ethernet_dispose): release the supplicant interface
- (supplicant_iface_state_cb): new function, stub for handling
supplicant interface state changes

* src/nm-device-802-11-wireless.c
- (real_init): grab a supplicant interface
- (nm_device_802_11_wireless_dispose): release the supplicant interface
- (supplicant_iface_state_cb): new function, stub for handling
supplicant interface state changes

* src/NetworkManager.c
- (main): create and keep the supplicant manager around for the lifetime
of NetworkManager

* src/Makefile.am
- Link to the supplicant manager sub-library and use the supplicant
manager includes

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=NetworkManager&who=dcbw&date=explicit&mindate=2006-11-25%2010:40&maxdate=2006-11-25%2010:42

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to