summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/wireless.pm
Commit message (Collapse)AuthorAgeFilesLines
* added support for ralink 3090 wirelessEugeni Dodonov2009-08-261-0/+11
|
* Encryption key is always ASCII when not using WEP (#52128)Eugeni Dodonov2009-07-141-0/+4
|
* Using correct check for Ad-Hoc network mode when saving wpa_supplicantEugeni Dodonov2009-07-091-2/+2
| | | | configuration.
* Removed dead code.Eugeni Dodonov2009-06-191-1/+0
|
* Handle extra wpa_supplicant variables for all connections, and notEugeni Dodonov2009-06-191-16/+34
| | | | EPA-only (possible fixes #45343).
* Correctly handle WPA-Enterprise wpa_supplicant settings (#51574).Eugeni Dodonov2009-06-121-2/+2
|
* Revert "Simplified wireless configuration for Mandriva 2010", as itEugeni Dodonov2009-06-081-6/+0
| | | | oversimplifies too much right now (based on discussion from #46010).
* Preserving wireless network settings (patch by Christian Lohmaier, bug #46010).Eugeni Dodonov2009-06-011-5/+9
|
* Simplified wireless configuration for Mandriva 2010Eugeni Dodonov2009-05-271-0/+6
|
* Support toggling password echoing on wireless connections (#50668)Eugeni Dodonov2009-05-141-0/+5
|
* Properly handle wireless passwords with '#' character (#50670).Eugeni Dodonov2009-05-111-1/+2
|
* Do not configure CRDA domain in drakconnect, only in draknetcenter.Eugeni Dodonov2009-04-211-5/+1
|
* Simplify check.Eugeni Dodonov2009-04-161-2/+1
|
* Properly detect driver for cards which do not have a complete /sysfs/Eugeni Dodonov2009-04-161-1/+2
| | | | directory entry. This also fixes b43-related issues (#44740)
* Support default CRDA domain (required for #49982, #49983 and #49171).Eugeni Dodonov2009-04-151-6/+4
|
* Added support for regulatory domain settings (#47324).Eugeni Dodonov2009-03-181-0/+7
|
* Preserving CRDA_DOMAIN value.Eugeni Dodonov2009-03-181-1/+1
|
* add broadcom-wl supportOlivier Blin2009-03-061-0/+8
|
* make connection managers use mandi when availableOlivier Blin2008-12-091-2/+2
|
* fix installing rt61 and rt73 firmware packagesOlivier Blin2008-11-191-2/+4
|
* add description for ethernet and wireless typesOlivier Blin2008-11-171-0/+1
|
* use object notationOlivier Blin2008-11-131-1/+1
|
* reload networks list from wpa_supplicant before checking if a networkOlivier Blin2008-11-131-0/+6
| | | | | | is configured (fixes showing configure window again when clicking Connect right after Configure)
* run wpa_cli reconfigure after writing network settings in wpa config fileOlivier Blin2008-11-131-0/+2
|
* fix typoOlivier Blin2008-11-131-3/+3
|
* set higher priority (1) for encrypted wpa_supplicant networks (based on an ↵Olivier Blin2008-10-021-0/+1
| | | | idea from Patrick Sinz)
* set scan_ssid to 1 only for hidden or non-broadcasted SSIDs (based on an ↵Olivier Blin2008-10-021-1/+1
| | | | idea from Pascal Terjan)
* write bssid in wpa_supplicant.conf for hidden networks (helps getting ↵Olivier Blin2008-10-021-2/+4
| | | | network ids of hidden networks)
* use logOlivier Blin2008-10-021-0/+1
|
* refresh wpa_supplicant network ids after wpa_supplicant is restarted tooOlivier Blin2008-10-021-4/+3
|
* log wpa_supplicant network selection through network monitorOlivier Blin2008-10-021-0/+1
|
* keep old network id if wpa_supplicant has not been able to scan the networkOlivier Blin2008-10-021-3/+6
|
* extract network_id variable (for next commit)Olivier Blin2008-10-021-3/+4
|
* drop wpa_cli reconfigure code, useless since wpa_supplicant is shut down ↵Olivier Blin2008-10-021-9/+0
| | | | right after
* run wpa_cli select_network as fallback when network monitor (mandi) is not ↵Olivier Blin2008-10-021-2/+6
| | | | available
* add support for rtl8187se driverOlivier Blin2008-09-181-0/+7
|
* mention that rt2860 requires a kernel packageOlivier Blin2008-09-181-0/+1
|
* add support for rt2860 driverOlivier Blin2008-09-181-0/+9
|
* adapt wireless settings to rt61pci and rt73usb driversOlivier Blin2008-09-031-2/+2
|
* add support for iwlagn firmwareOlivier Blin2008-08-281-1/+1
|
* add support for extra ucode versionOlivier Blin2008-08-281-2/+3
|
* add initial support for b43 and b43legacy firmwaresOlivier Blin2008-08-281-0/+22
|
* write WIRELESS_WPA_REASSOCIATE=yes for rt61pci driverOlivier Blin2008-08-011-0/+6
|
* do not incorrectly provide get_networks in network::connectionOlivier Blin2008-05-191-1/+2
|
* add network::connection::get_networks (so that we can know if a networks ↵Olivier Blin2008-05-181-1/+1
| | | | probe has already been performed)
* default to roaming for all encryption types if ROAMING is true in ↵Olivier Blin2008-05-121-1/+5
| | | | /etc/sysconfig/drakx-net
* refresh networks list when switching from non-roaming to roaming (to get ↵Olivier Blin2008-05-051-0/+10
| | | | wpa_supplicant network IDs)
* add network to wpa_supplicant config if needed when connecting ↵Olivier Blin2008-05-021-0/+2
| | | | (drakroam/netcenter)
* reorderOlivier Blin2008-05-021-4/+4
|
* extract add_nework_to_wpa_supplicant functionOlivier Blin2008-05-021-7/+10
|