Set hidden network group name at time of association
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 10 Jul 2009 22:32:00 +0000 (00:32 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 11 Jul 2009 19:44:41 +0000 (12:44 -0700)
commit25b307d79d15753950e1686044bce7dba0baa721
tree40a787bec7a050d2c8c454f1abc8028869048b6c
parent1c15286b47171d00721f871111db770706b5cccb
Set hidden network group name at time of association

We want to keep hidden network's group as hidden_BSSID_mode_security in order
to store them with this name and match them properly against our initial scan
results.
To achieve that we need to set a joined network group at associated time since
we don't know its BSSID before that.
include/network.h
plugins/supplicant.c
src/device.c
src/network.c
src/service.c