| /* | |
| * Copyright (c) 2019 Nordic Semiconductor ASA | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| #ifndef __DUMMY_PSK_H__ | |
| #define __DUMMY_PSK_H__ | |
| static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, | |
| 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f}; | |
| static const char psk_id[] = "PSK_identity"; | |
| #endif /* __DUMMY_PSK_H__ */ |