iPXE
Functions
login_ui.h File Reference

Login UI. More...

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 
int login_ui (void)
 

Detailed Description

Login UI.

Definition in file login_ui.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

◆ login_ui()

int login_ui ( void  )

Definition at line 67 of file login_ui.c.

67  {
68 
69  return show_form ( &login );
70 }
static struct dynamic_ui login
Definition: login_ui.c:38
int show_form(struct dynamic_ui *dynui)
Show form.
Definition: form_ui.c:507

References login, and show_form().

Referenced by login_exec().