Skip to content

Commit 8d0f62b

Browse files
Karl Wardcopybara-github
authored andcommitted
[roll] Roll fuchsia [wlan] Send SME RoamResult after 802.1X.
For protected networks, the SME RoamResult should only be sent to WLAN Policy after the roam attempt's 802.1X negotiation. Before this change, there were a number of bugs around this: - RoamResult was sent before 802.1X negotiation - an additional ConnectResult was being sent to WLAN Policy - during a roam attempt, there were various other places where a ConnectResult would be sent upon failure instead of a RoamResult Test: fx test wlan-sme Original-Bug: fxbug.dev/383766783 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1185514 Original-Revision: f56fb4f0c6c73306f06015de50978171f3bc4b5a GitOrigin-RevId: c971116921a577d84499e9ed649eb93da1e67116 Change-Id: I3dea15a0d1b88d99f7e48bd49d3dc59720db94c3
1 parent 151335d commit 8d0f62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="7e6c764b6c75095868c18cb7c7e860835bb87717"/>
14+
revision="f56fb4f0c6c73306f06015de50978171f3bc4b5a"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)