open_esplibs: add a skeleton for code in more libraries. (#266)
This commit is contained in:
parent
7c702d7f09
commit
bc50c7c2fc
21 changed files with 297 additions and 21 deletions
10
open_esplibs/libnet80211/ieee80211_ets.c
Normal file
10
open_esplibs/libnet80211/ieee80211_ets.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* Recreated Espressif libnet80211 ieee80211_ets.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBNET80211_ETS
|
||||
// The contents of this file are only built if OPEN_LIBNET80211_ETS is set to true
|
||||
|
||||
#endif /* OPEN_LIBNET80211_ETS */
|
10
open_esplibs/libnet80211/ieee80211_hostap.c
Normal file
10
open_esplibs/libnet80211/ieee80211_hostap.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* Recreated Espressif libnet80211 ieee80211_hostap.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBNET80211_HOSTAP
|
||||
// The contents of this file are only built if OPEN_LIBNET80211_HOSTAP is set to true
|
||||
|
||||
#endif /* OPEN_LIBNET80211_HOSTAP */
|
11
open_esplibs/libnet80211/ieee80211_input.c
Normal file
11
open_esplibs/libnet80211/ieee80211_input.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* Recreated Espressif libnet80211 ieee80211_input.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBNET80211_INPUT
|
||||
// The contents of this file are only built if OPEN_LIBNET80211_INPUT is set to true
|
||||
|
||||
|
||||
#endif /* OPEN_LIBNET80211_INPUT */
|
11
open_esplibs/libnet80211/ieee80211_sta.c
Normal file
11
open_esplibs/libnet80211/ieee80211_sta.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* Recreated Espressif libnet80211 ieee80211_sta.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBNET80211_STA
|
||||
// The contents of this file are only built if OPEN_LIBNET80211_STA is set to true
|
||||
|
||||
|
||||
#endif /* OPEN_LIBNET80211_STA */
|
11
open_esplibs/libnet80211/wl_cnx.c
Normal file
11
open_esplibs/libnet80211/wl_cnx.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* Recreated Espressif libnet80211 wl_cnx.o contents.
|
||||
|
||||
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
|
||||
BSD Licensed as described in the file LICENSE
|
||||
*/
|
||||
#include "open_esplibs.h"
|
||||
#if OPEN_LIBNET80211_WL_CNX
|
||||
// The contents of this file are only built if OPEN_LIBNET80211_WL_CNX is set to true
|
||||
|
||||
|
||||
#endif /* OPEN_LIBNET80211_WL_CNX */
|
Loading…
Add table
Add a link
Reference in a new issue