Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Network.WiFi] Implement API to get MAC of TDLS connected peer #6481

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akash1-kumar
Copy link
Contributor

@akash1-kumar akash1-kumar commented Nov 27, 2024

Description of Change

Implement API for getting MAC address of connect. This API implements C# api for CAPI wifi_manager_tdls_get_connected_peer

API Changes

  • ACR: NA
    Its an internal API

  • Added:
    static public string GetTDLSConnectedPeer()

Related PRs:

#6472
#6480

@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <privilege>http://tizen.org/privilege/network.get</privilege
+ /// <since_tizen>11</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static System.String Tizen.Network.WiFi.WiFiManager::GetTDLSConnectedPeer()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants