summaryrefslogtreecommitdiffstats
path: root/lib/network/connection
Commit message (Expand)AuthorAgeFilesLines
...
* set higher priority (1) for encrypted wpa_supplicant networks (based on an id...Olivier Blin2008-10-021-0/+1
* set scan_ssid to 1 only for hidden or non-broadcasted SSIDs (based on an idea...Olivier Blin2008-10-021-1/+1
* write bssid in wpa_supplicant.conf for hidden networks (helps getting network...Olivier Blin2008-10-021-2/+4
* 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 righ...Olivier Blin2008-10-021-9/+0
* run wpa_cli select_network as fallback when network monitor (mandi) is not av...Olivier Blin2008-10-021-2/+6
* 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
* rely on module name instead of sysfs driver name (#42990)Olivier Blin2008-09-101-2/+2
* 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
* add Vodafone providers for GermanyOlivier Blin2008-06-051-0/+6
* add APN for SFR EeePCOlivier Blin2008-06-031-0/+3
* fix typoOlivier Blin2008-05-291-1/+1
* do not write DEBUG=yes for hso devicesOlivier Blin2008-05-291-1/+2
* add has_unique_network methodOlivier Blin2008-05-281-0/+1
* reload provider settings only when apply provider settingsOlivier Blin2008-05-261-2/+2
* install hso-rezero for hso devicesOlivier Blin2008-05-231-0/+4
* install dkms-hso if neededOlivier Blin2008-05-231-0/+6
* prefer preconfigured settings for current network, if anyOlivier Blin2008-05-231-1/+1
* guess provider according to APN from chat file or from configuration of curre...Olivier Blin2008-05-231-0/+18
* do not write chat connect line if not neededOlivier Blin2008-05-231-1/+1
* extract get_chat_file subOlivier Blin2008-05-231-5/+7
* fix checking for SIM card (adapt to latest comgt output)Olivier Blin2008-05-231-1/+1
* hang when waiting for comgt to finishOlivier Blin2008-05-231-1/+1
* try to use ttyUSB2 as control device firstOlivier Blin2008-05-231-4/+7
* do not incorrectly provide get_networks in network::connectionOlivier Blin2008-05-192-2/+3
* make "Any" translatable in providers list (#40926)Olivier Blin2008-05-191-6/+6
* use "comgt PIN" to check cellular cards statusOlivier Blin2008-05-181-1/+1
* split configure_hardware out of check_hardware (for check_hardware to only pr...Olivier Blin2008-05-181-0/+5
* add network::connection::get_networks (so that we can know if a networks prob...Olivier Blin2008-05-182-1/+2
* use ttyUSB1 as control device for usbserial devicesOlivier Blin2008-05-171-1/+5
* add infrastructure to use a control device different from the tty deviceOlivier Blin2008-05-171-2/+7
* more robust check for modules_confOlivier Blin2008-05-171-1/+1
* cosmeticsOlivier Blin2008-05-171-2/+2
* send an empty AT command at the end of the chat session for hso devices (look...Olivier Blin2008-05-151-0/+1
* do not dial for hso drivers, ifup-hso will send special connection commands i...Olivier Blin2008-05-152-1/+3
* introduce a use_chat field to allow writing chat even if no dial number is sp...Olivier Blin2008-05-152-1/+2
* update chat/ppp files when connecting to a cellular networkOlivier Blin2008-05-151-0/+6
* write CELLULAR_CID in ifcfg file if neededOlivier Blin2008-05-151-0/+1
* do not forget to call SUPER...Olivier Blin2008-05-152-0/+4
* add set_ppp_settings helperOlivier Blin2008-05-151-0/+5