Added first half of RE'd user_interface.c
This commit is contained in:
parent
3e5af479bc
commit
8c9a77efe8
20 changed files with 745 additions and 30 deletions
14
open_esplibs/include/esplibs/libnet80211.h
Normal file
14
open_esplibs/include/esplibs/libnet80211.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef _ESPLIBS_LIBNET80211_H
|
||||
#define _ESPLIBS_LIBNET80211_H
|
||||
|
||||
// Defined in wl_cnx.o
|
||||
extern ETSTimer sdk_sta_con_timer;
|
||||
|
||||
// Defined in ieee80211_sta.o: .irom0.text+0xcc4
|
||||
bool sdk_wifi_station_stop(void);
|
||||
|
||||
// Defined in ieee80211_hostap.o: .irom0.text+0x1184
|
||||
bool sdk_wifi_softap_stop(void);
|
||||
|
||||
#endif /* _ESPLIBS_LIBNET80211_H */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue