-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Tizen] Add wifi ap and station functionality #10049
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SoftAP is not supported by the SDK for v1.0. Is this change required? It won't be able to verified and certified without SDK support...
I removed the contents related to softap in this patch. |
Does this satisfy the change request? |
@woody-apple As your comment, i removed the contents related to softap in this patch. please review it. |
We modified the patchset as the change request. @woody-apple, @bzbarsky-apple, @vivien-apple, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, this makes a lot more sense now.
SoftAP bits are gone from the PR.
* Add wifi ap and station functionality Signed-off-by: hyunuktak <[email protected]> * Apply comment for WiFi * Apply comment for SoftAP * Apply a comment * Restyle * Apply a comment for key length * Remove exit section * Set flag as 0 for WIFI_AP * Apply a comment for setting wifi station mode
Problem
The wifi ap and station functionality is not implemented.
Change overview
Add wifi ap and station functionality in Tizen platform.
Testing
lighting-app example.