Functions | |
| static void | icd_status_send_signal (const char *network_type, const char *id, const char *state_name, const char *dbus_dest, const char *uierr) |
| void | icd_status_limited_conn (struct icd_iap *iap, const gchar *dbus_destination, const gchar *err_str) |
| void | icd_status_connect (struct icd_iap *iap, const gchar *dbus_destination, const gchar *err_str) |
| void | icd_status_connected (struct icd_iap *iap, const gchar *dbus_destination, const gchar *err_str) |
| void | icd_status_disconnect (struct icd_iap *iap, const gchar *dbus_destination, const gchar *err_str) |
| void | icd_status_disconnected (struct icd_iap *iap, const gchar *dbus_destination, const gchar *err_str) |
| void | icd_status_scan_start (const gchar *network_type) |
| void | icd_status_scan_stop (const gchar *network_type) |
| void icd_status_connect | ( | struct icd_iap * | iap, | |
| const gchar * | dbus_destination, | |||
| const gchar * | err_str | |||
| ) |
Send a connecting signal
| network | the network to connect | |
| dbus_destination | D-Bus destination or NULL for broadcast | |
| err_str | error string or NULL if no error |
| void icd_status_connected | ( | struct icd_iap * | iap, | |
| const gchar * | dbus_destination, | |||
| const gchar * | err_str | |||
| ) |
Send a connected signal
| network | the network to connect | |
| dbus_destination | D-Bus destination or NULL for broadcast | |
| err_str | error string or NULL if no error |
| void icd_status_disconnect | ( | struct icd_iap * | iap, | |
| const gchar * | dbus_destination, | |||
| const gchar * | err_str | |||
| ) |
Send a network disconnect signal
| network | the network to disconnect | |
| dbus_destination | D-Bus destination or NULL for broadcast | |
| err_str | error string or NULL if no error |
| void icd_status_disconnected | ( | struct icd_iap * | iap, | |
| const gchar * | dbus_destination, | |||
| const gchar * | err_str | |||
| ) |
Send a network disconnected signal
| network | the network to connect | |
| dbus_destination | D-Bus destination or NULL for broadcast | |
| err_str | error string or NULL if no error |
| void icd_status_limited_conn | ( | struct icd_iap * | iap, | |
| const gchar * | dbus_destination, | |||
| const gchar * | err_str | |||
| ) |
Send a service provider limited network connection enabled/disabled signal
| network | the network to connect | |
| dbus_destination | D-Bus destination or NULL for broadcast | |
| err_str | error string or NULL if no error |
| void icd_status_scan_start | ( | const gchar * | network_type | ) |
Send a scanning start signal
| network_type | network type |
| void icd_status_scan_stop | ( | const gchar * | network_type | ) |
Send a scanning stop signal
| network_type | network type |
| static void icd_status_send_signal | ( | const char * | network_type, | |
| const char * | id, | |||
| const char * | state_name, | |||
| const char * | dbus_dest, | |||
| const char * | uierr | |||
| ) | [static] |
Send the actual status changed signal
| network_type | network type | |
| network_id | network id | |
| state_name | name of the state | |
| dbus_dest | D-Bus destination identifier, NULL for broadcast | |
| uierr | error string |
1.5.1