The Access Point API provides functions for managing the Access Point.
Required Header
#include <wifi-manager.h>
Overview
The Access Point API provides functions for managing the Access Point. You need to create the ap handle for using the functions. You can use Wi-Fi information with the handle.
Related Features
This API is related with the following features:
It is recommended to design applications with regard to features, for reliability.
You can check if a device supports the related features for this API by using System Information, and control your application's actions accordingly.
To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.
More details on featuring your application can be found from Feature Element.
Typedef Documentation
The Wi-Fi access point handle.
- Since :
- 3.0
Function Documentation
Clones the access point handle.
- Since :
- 3.0
- Parameters:
-
[out] | cloned_ap | The cloned access point handle |
[in] | origin | The origin access point handle |
- Returns:
- 0 on success, otherwise negative error value
- Return values:
-
- See also:
- wifi_manager_ap_destroy()
Creates the access point handle.
- Since :
- 3.0
- Parameters:
-
[in] | wifi | The Wi-Fi handle |
[in] | essid | The ESSID (Extended Service Set Identifier) should be null-terminated and can be UTF-8 encoded |
[out] | ap | The access point handle |
- Returns:
- 0 on success, otherwise negative error value
- Return values:
-
- See also:
- wifi_manager_ap_destroy()
Destroys the access point handle.
- Since :
- 3.0
- Parameters:
-
[in] | ap | The access point handle |
- Returns:
- 0 on success, otherwise negative error value
- Return values:
-
- See also:
- wifi_manager_ap_create()
Creates the hidden access point handle.
- Since :
- 3.0
- Parameters:
-
[in] | wifi | The Wi-Fi handle |
[in] | essid | The ESSID (Extended Service Set Identifier) should be null-terminated and can be UTF-8 encoded |
[out] | ap | The access point handle |
- Returns:
- 0 on success, otherwise negative error value
- Return values:
-
- See also:
- wifi_manager_ap_destroy()
Refreshes the access point information.
- Since :
- 3.0
- Privilege Level:
- public
- Privilege:
- http://tizen.org/privilege/network.get
- Parameters:
-
[in] | ap | The access point handle |
- Returns:
- 0 on success, otherwise negative error value
- Return values:
-