The Access Point API provides functions for managing the Access Point.
Required Header
#include <wifi.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:
- http://tizen.org/feature/network.wifi
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 List.
Typedef Documentation
The Wi-Fi access point handle.
- Deprecated:
- Deprecated since 3.0. Use wifi_manager_ap_h instead.
- Since :
- 2.3
Function Documentation
Clones the access point handle.
- Deprecated:
- Deprecated since 3.0. Use wifi_manager_ap_clone() instead.
- Since :
- 2.3
- 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_ap_destroy()
Creates the access point handle.
- Deprecated:
- Deprecated since 3.0. Use wifi_manager_ap_create() instead.
- Since :
- 2.3
- Parameters:
-
[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_ap_destroy()
Creates the hidden access point handle.
- Deprecated:
- Deprecated since 3.0. Use wifi_manager_ap_hidden_create() instead.
- Since :
- 2.3
- Parameters:
-
[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_ap_destroy()
Refreshes the access point information.
- Deprecated:
- Deprecated since 3.0. Use wifi_manager_ap_refresh() instead.
- Since :
- 2.3
- 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:
-