mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-28 08:14:39 +02:00
Removed old wpa_supplicant defines
This commit is contained in:
parent
d73d93656e
commit
ec3c4ca567
11
src/config.h
11
src/config.h
@ -17,8 +17,6 @@
|
|||||||
#ifndef CONFIG_H
|
#ifndef CONFIG_H
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#define ENDIANNESS_PORTABLE_CONVERSION
|
#define ENDIANNESS_PORTABLE_CONVERSION
|
||||||
#include "endianness.h"
|
#include "endianness.h"
|
||||||
|
|
||||||
@ -26,13 +24,4 @@
|
|||||||
#define hmac_sha256(k, l, i, n, o) \
|
#define hmac_sha256(k, l, i, n, o) \
|
||||||
hmac_sha256_full(k, l, i, n, o)
|
hmac_sha256_full(k, l, i, n, o)
|
||||||
|
|
||||||
#define u8 uint8_t
|
|
||||||
#define u16 uint16_t
|
|
||||||
#define u32 uint32_t
|
|
||||||
#define u64 uint64_t
|
|
||||||
#define os_memcpy memcpy
|
|
||||||
#define os_malloc malloc
|
|
||||||
#define os_memset memset
|
|
||||||
#define os_free free
|
|
||||||
|
|
||||||
#endif /* CONFIG_H */
|
#endif /* CONFIG_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user