Network configuration |
include/network/modem/wizards.ycp |
Modem configuration wizards |
|
|
Imports
- Label
- Modem
- Provider
- Sequencer
- Wizard
Includes
- network/modem/complex.ycp
- network/modem/dialogs.ycp
- network/provider/connection.ycp
- network/provider/details.ycp
- network/provider/dialogs.ycp
- network/provider/provider.ycp
- network/routines.ycp
Local Functions
|
|
|
local OneModemProviderSequence (boolean detected, boolean edit) -> symbol
|
|
Workflow of the configuration of one modem
- Parameters:
detected |
true if modem was detected (more entries otherwise) |
edit |
true in case of edit sequence |
- Return value:
local MainSequence () -> symbol
|
|
Main workflow of the modem configuration
- Return value:
local OneModemSequence (boolean detected) -> symbol
|
|
Workflow of the configuration of one modem
- Parameters:
detected |
true if modem was detected (more entries otherwise) |
- Return value:
local ModemSequence () -> symbol
|
|
Whole configuration of modems
- Return value:
local ModemAutoSequence () -> symbol
|
|
Whole configuration of modems but without reading and writing.
For use with autoinstallation.
- Return value:
|