Skip to content

Commit

Permalink
MAINTAINERS: Add Networking: Wi-Fi section
Browse files Browse the repository at this point in the history
Add new "Networking: Wi-Fi" section covering Wi-Fi L2 and management
concepts.

Signed-off-by: Robert Lubos <[email protected]>
  • Loading branch information
rlubos authored and MaureenHelm committed Aug 25, 2023
1 parent fc48973 commit 231db86
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1850,15 +1850,20 @@ Networking:
- tests/net/
files-exclude:
- doc/connectivity/networking/api/ieee802154.rst
- doc/connectivity/networking/api/wifi.rst
- include/zephyr/net/ieee802154*.h
- include/zephyr/net/wifi*.h
- samples/net/sockets/coap_*/
- samples/net/lwm2m_client/
- samples/net/wifi/
- subsys/net/l2/ieee802154/
- subsys/net/l2/wifi/
- subsys/net/lib/coap/
- subsys/net/lib/config/ieee802154*
- subsys/net/lib/lwm2m/
- subsys/net/lib/tls_credentials/
- tests/net/ieee802154/
- tests/net/wifi/
labels:
- "area: Networking"

Expand Down Expand Up @@ -1990,6 +1995,22 @@ Networking:
- "area: Networking"
- "area: OpenThread"

"Networking: Wi-Fi":
status: maintained
maintainers:
- jukkar
collaborators:
- rlubos
files:
- doc/connectivity/networking/api/wifi.rst
- include/zephyr/net/wifi*.h
- subsys/net/l2/wifi/
- samples/net/wifi/
- tests/net/wifi/
labels:
- "area: Networking"
- "area: WiFi"

NIOS-2 arch:
status: maintained
maintainers:
Expand Down

0 comments on commit 231db86

Please sign in to comment.