UI
[WiFi Middleware]

alp_status_t alp_wifi_ui_display_find_ap (AlpWifiContext *wifi_contextP, GtkWindow *parentP, char *essid, unsigned short *security)
alp_status_t alp_wifi_ui_display_low_battery_warning (AlpWifiContext *wifi_contextP, GtkWindow *parentP)
alp_status_t alp_wifi_ui_display_scan_ap (AlpWifiContext *wifi_contextP, AlpWifiAccessPoint *choosen_ap, GtkWindow *parentP, gboolean autostart_scan)
alp_status_t alp_wifi_ui_display_turn_on_warning (AlpWifiContext *wifi_contextP, GtkWindow *parentP)
gchar * alp_wifi_ui_get_wifi_string ()
alp_status_t alp_wifi_ui_radio_set_state (AlpWifiContext *wifi_contextP, GtkWindow *parentP, bool radio_enabled)


Function Documentation

alp_status_t alp_wifi_ui_display_find_ap AlpWifiContext wifi_contextP,
GtkWindow *  parentP,
char *  essid,
unsigned short *  security
 

Display the Wifi find hidden dialog with an entry to enter essid access points, a security combo box and a Ok, Cancel button

Parameters:
[in,out] wifi_contextP an open Wifi context (must be not NULL)
[in] parent the parent window or NULL if there is no parent window
[in] essid ESSID of the network
[in] security security level (see ALP_WIFI_SECURITY_MODE_XXX)
Returns:
ALP_STATUS_WIFI_NO_ERROR if the user choosed a network, ALP_STATUS_CNC_CANCELLED if the user cancelled or an error code if any

alp_status_t alp_wifi_ui_display_low_battery_warning AlpWifiContext wifi_contextP,
GtkWindow *  parentP
 

Display the turn Wifi on/off dialog with warning about the low battery state

Parameters:
[in,out] wifi_contextP an open Wifi context (must be not NULL)
[in] parentP the parent window or NULL if there is no parent window
Returns:
ALP_STATUS_WIFI_NO_ERROR if the user choosed ON, ALP_STATUS_CNC_CANCELLED if the user choosed OFF or an error code if any

alp_status_t alp_wifi_ui_display_scan_ap AlpWifiContext wifi_contextP,
AlpWifiAccessPoint choosen_ap,
GtkWindow *  parentP,
gboolean  autostart_scan
 

Display the Wifi scan dialog with the list of discovered access points and a refresh button

Parameters:
[in,out] wifi_contextP an open Wifi context (must be not NULL)
[out] choosen_ap the choosen ap (must be not NULL)
[in] parent the parent window or NULL if there is no parent window
Returns:
ALP_STATUS_WIFI_NO_ERROR if the user choosed a network, ALP_STATUS_CNC_CANCELLED if the user cancelled or an error code if any

alp_status_t alp_wifi_ui_display_turn_on_warning AlpWifiContext wifi_contextP,
GtkWindow *  parentP
 

Display the turn Wifi on/off dialog

Parameters:
[in,out] wifi_contextP an open Wifi context (must be not NULL)
[in] parentP the parent window or NULL if there is no parent window
Returns:
ALP_STATUS_WIFI_NO_ERROR if the user choosed ON, ALP_STATUS_CNC_CANCELLED if the user choosed OFF or an error code if any

gchar* alp_wifi_ui_get_wifi_string  ) 
 

Retrieve the localized string "Wifi"

Returns:
The localized string "Wifi"

alp_status_t alp_wifi_ui_radio_set_state AlpWifiContext wifi_contextP,
GtkWindow *  parentP,
bool  radio_enabled
 

Display progress during the set the Wifi radio status

Parameters:
[in,out] wifi_contextP an open Wifi context (must be not NULL)
[in] parentP the parent window or NULL if there is no parent window
[in] radio_enabled true for ON, false for OFF
Returns:
ALP_STATUS_WIFI_NO_ERROR or an error code if any


Generated on Wed Jul 30 07:06:44 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.