-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
driver: add new NL80211 cmds to support mesh ifaces
- Create mesh_join and mesh_leave actions to kernel. - Handle new_peer_candidate events from kernel. - Register to receive necessary frames. - Add plink_action_field and mesh_power_mode to hostapd_sta_add_params Signed-off-by: Javier Lopez <[email protected]> Signed-off-by: Javier Cardona <[email protected]> Signed-off-by: Jason Mobarak <[email protected]> Signed-hostap: Bob Copeland <[email protected]> --- v2: - Split out the widing of the drv_flags / flags into separate patch. - Squash with "Clarify comment on TODO" cozybit/wpa_s_mesh_android@9543020 - Squash with "Add plink_action_field and mesh_power_mode to hostapd_sta_add_params" cozybit/wpa_s_mesh_android@89d29f6 - Squash with "Clarify comment (issue #10)" cozybit/wpa_s_mesh_android@21734bc - Squash with "closes #12" cozybit/wpa_s_mesh_android@4d7209e - Squash with "Closes #16" cozybit/wpa_s_mesh_android@fa05631 - Squash with "No default mesh frequency. Closes #18" cozybit/wpa_s_mesh_android@03f80b9 - Squash with "Closes #19" cozybit/wpa_s_mesh_android@3cf9b4c - Squash with "Set mesh authentication protocol id in mesh config" cozybit/wpa_s_mesh_android@caaf6ee - Squash with "PLINK_CLOSE can have only MESHID and MPM IEs" cozybit/wpa_s_mesh_android@6c4fd81 v3: Remove workaround for NL80211_FEATURE_SK_TX_STATUS v4: No changes v5: Removed extraneous else for NL80211_FEATURE_SK_TX_STATUS change v6: Updated email addresses, added signed-hostap for Bob v7: remove blank lines
- Loading branch information
Showing
6 changed files
with
378 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.