summaryrefslogtreecommitdiffstats
path: root/lib/network/connection
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Olivier Blin2008-05-231-0/+18
| | | | current network
* 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 ↵Olivier Blin2008-05-181-0/+5
| | | | probe hardware status in next commits)
* add network::connection::get_networks (so that we can know if a networks ↵Olivier Blin2008-05-182-1/+2
| | | | probe has already been performed)
* 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 ↵Olivier Blin2008-05-151-0/+1
| | | | (looks like it helps keeping a clean state...)
* do not dial for hso drivers, ifup-hso will send special connection commands ↵Olivier Blin2008-05-152-1/+3
| | | | instead
* introduce a use_chat field to allow writing chat even if no dial number is ↵Olivier Blin2008-05-152-1/+2
| | | | specified
* 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
|
* do not set dial number in cellular subclasses, to be factorized in ↵Olivier Blin2008-05-152-2/+0
| | | | network::connection::cellular::set_ppp_settings
* keep context id in selfOlivier Blin2008-05-152-6/+6
|
* extract set_ppp_settings functions, to be called to apply network selection onlyOlivier Blin2008-05-153-11/+18
|
* factorize in network::connection::cellularOlivier Blin2008-05-153-2/+6
|
* write cellular settings later (should not change behavior)Olivier Blin2008-05-152-4/+2
|
* split a write_ppp_settings helperOlivier Blin2008-05-151-1/+6
|
* make dial number optional when writing chat scriptOlivier Blin2008-05-151-10/+11
|
* do not blacklist ifplugd for via_velocity, use a link detection delay ↵Olivier Blin2008-05-151-2/+2
| | | | instead (reported working by Stefan van der Eijk)
* fix blacklisting via_velocity for ifplugdOlivier Blin2008-05-151-1/+1
|
* fix typoOlivier Blin2008-05-151-1/+1
|
* call comgt instead of gcomOlivier Blin2008-05-151-5/+5
|
* use hso0 network interface for hso devicesOlivier Blin2008-05-141-1/+7
|
* use ttyHS0 as modem device for hso devicesOlivier Blin2008-05-141-0/+2
|
* Convert cellular provider list to UTF-8.Anssi Hannula2008-05-141-2/+2
|
* Add internet settings for Finnish cellular providers.Anssi Hannula2008-05-141-0/+51
|
* install ppp (thanks Anssi) and bluez-utils when configuring a cellular ↵Olivier Blin2008-05-131-0/+2
| | | | connection over bluetooth
* allow to skip protocol and address configuration (defaulting to dhcp) if ↵Olivier Blin2008-05-121-2/+4
| | | | AUTOMATIC_ADDRESS is true in /etc/sysconfig/drakx-net
* 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
|
* make modules_conf optional when finding interface driverOlivier Blin2008-04-291-3/+3
|
* add suport for cdc_acm USB modems in cellular backendOlivier Blin2008-04-251-1/+4
|
* add APN for SFR WAP (Illimythics / Pass Surf)Olivier Blin2008-04-251-0/+3
|
* enhance label of SFR Web APNOlivier Blin2008-04-251-1/+1
|