mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-11 02:09:27 +01:00
14 lines
195 B
C
14 lines
195 B
C
|
/*
|
||
|
* Wireless daemon for Linux
|
||
|
* Copyright (C) 2024 Cruise, LLC
|
||
|
*
|
||
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
*/
|
||
|
|
||
|
#ifndef __DEFS_H__
|
||
|
#define __DEFS_H__
|
||
|
|
||
|
#define SSID_MAX_SIZE 32
|
||
|
|
||
|
#endif
|