Skip to content

net: conn_mgr: wifi_kv_store: handle no SSID timeout #1011

net: conn_mgr: wifi_kv_store: handle no SSID timeout

net: conn_mgr: wifi_kv_store: handle no SSID timeout #1011

Workflow file for this run

name: clang-format
on:
pull_request:
paths:
- '.github/workflows/clang-format.yml'
- '**/*.c'
- '**/*.h'
jobs:
formatting-check:
name: Formatting check on repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check.
uses: jidicula/[email protected]
with:
# Default version shipped with `ms-vscode.cpptools`
clang-format-version: '18'
exclude-regex: (lib/crypto/ascon)|(lib/crypto/XKCP)