Skip to content

Spliting the join, scan and disconnect#876

Draft
chirag-silabs wants to merge 7 commits intomainfrom
feature/wifi_lit_sleep
Draft

Spliting the join, scan and disconnect#876
chirag-silabs wants to merge 7 commits intomainfrom
feature/wifi_lit_sleep

Conversation

@chirag-silabs
Copy link
Contributor

Summary

Related issues

Testing

Readability checklist

The checklist below will help the reviewer finish PR review in time and keep the
code readable:

  • PR title is
    descriptive
  • Apply the
    “When in Rome…”
    rule (coding style)
  • PR size is short
  • Try to avoid "squashing" and "force-update" in commit history
  • CI time didn't increase

See: Pull Request Guidelines

CHIP_ERROR WifiInterfaceImpl::SetWifiCredentials(const WifiCredentials & credentials)
{
VerifyOrReturnError(credentials.ssidLength, CHIP_ERROR_INVALID_ARGUMENT);
VerifyOrReturnError(credentials.ssidLength <= WFX_MAX_SSID_LENGTH, CHIP_ERROR_INVALID_ARGUMENT);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WFX_MAX_SSID_LENGTH has been replaced with DeviceLayer::Internal::kMaxWiFiSSIDLength

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants