summaryrefslogtreecommitdiff
path: root/gsupplicant
AgeCommit message (Collapse)AuthorFilesLines
2010-11-02gsupplicant: Remove network from wpa_s when disconnectingKalle Valo1-1/+37
gsupplicant adds networks to wpasupplicant but never removes them. So after a time wpasupplicant will contain a lot of disabled networks. This doesn't seem to create any problems, but it's still better to make sure that wpasupplicant configuration is clean.
2010-11-02gsupplicant: Store network pathKalle Valo1-8/+23
Store wpasupplicant network path so that it can be removed later.
2010-10-29gsupplicant: Start wpa_supplicant daemon through introspection requestLeena Gunda1-1/+19
Fixes BMC#8750
2010-10-29gsupplicant: wpa_supplicant only accepts upper case EAPs.Mohamed Abbas1-1/+7
Fixes BMC#8792
2010-10-22gsupplicant: Get all BSSs when scan is doneLeena Gunda3-8/+141
After a scan, all BSSs need to be refreshed and passed back to the device layer or else the WiFi device networks list is emptied. Fixes BMC#8324 Fixes BMC#8363
2010-09-28gsupplicant: fix return value of g_supplicant_interface_get_data()Kalle Valo2-2/+2
g_supplicant_interface_get_data() was returning a const void pointer even though the setter took a non-const pointer. Change get_data() to return non-const as well.
2010-09-28gsupplicant: use term managed in object pathKalle Valo1-2/+2
gsupplicant uses term "infra" instead of "managed" used by the old wifi plugin. This forced connman to create a new service instead of using the stored. For example, wifi_0026b6675606_76616c6f_managed_psk vs wifi_0026b6675606_76616c6f_infra_psk. Convert gsupplicant to use term "managed". That way old services work with the new plugin.
2010-09-20Improve GSupplicant debugSamuel Ortiz1-41/+44
2010-09-20Remove last ConnMan dependency for GSupplicantSamuel Ortiz2-50/+61
This is achieved through the addition of a debug callback.
2010-09-20WPA-EAP support for GSupplicantSamuel Ortiz2-7/+128
2010-09-20WEP and WPA-PSK support for GSupplicantSamuel Ortiz2-1/+69
2010-09-20GSupplicant intial commitSamuel Ortiz4-0/+2986