YaST2 Developers Documentation: Network configuration



functions
files
intro

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:
sequence result

local MainSequence () -> symbol

Main workflow of the modem configuration

Return value:
sequence result

local OneModemSequence (boolean detected) -> symbol

Workflow of the configuration of one modem

Parameters:
detected true if modem was detected (more entries otherwise)
Return value:
sequence result

local ModemSequence () -> symbol

Whole configuration of modems

Return value:
sequence result

local ModemAutoSequence () -> symbol

Whole configuration of modems but without reading and writing. For use with autoinstallation.

Return value:
sequence result

YaST2 Developers Documentation