quick note about this changeset - it represents a start down the road of supporting interactive commandline interactions with the NWAM subsystem, ensuring that the commandline provides similar functionality to the GUI. In the near future, we intend to support prompting for WLAN choice, key etc just like the GUI does through use of the "nwamadm interact" command. For now, you can run "nwamadm interact -v" to watch events emnating from the NWAM daemon. For example:
# nwamadm interact -v EVENT DESCRIPTION OBJECT_ACTION NCP Automatic -> action enable OBJECT_ACTION ENM a -> action enable OBJECT_ACTION LOC Automatic -> action enable OBJECT_ACTION ENM a -> action refresh OBJECT_ACTION LOC Automatic -> action enable The hope is that this will also prove to be a useful debugging tool moving forward. Alan Alan.Maguire at Sun.COM wrote: > Author: Alan Maguire <Alan.Maguire at Sun.COM> > Repository: /hg/nwam/nwam1 > Latest revision: 23fc7a941d3dbbbd5b07b3efaeb01405911ca97f > Total changesets: 1 > Log message: > add event, action and state string conversion functions > add interact command to nwamadm > remove nwam_client.c now that it is obsoleted by "nwamadm interact -v" > > Files: > delete: usr/src/cmd/cmd-inet/lib/nwamd/nwam_client.c > update: usr/src/cmd/cmd-inet/usr.sbin/nwamadm/Makefile > update: usr/src/cmd/cmd-inet/usr.sbin/nwamadm/nwamadm.c > update: usr/src/lib/libnwam/common/libnwam.h > update: usr/src/lib/libnwam/common/libnwam_util.c > update: usr/src/lib/libnwam/common/mapfile-vers > _______________________________________________ > nwam-dev mailing list > nwam-dev at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/nwam-dev >
