Refactor: Modularize Wi-Fi functionality into separate STA and AP components
Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
12
main/wifi/priv_wifi.h
Normal file
12
main/wifi/priv_wifi.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by shinys on 25. 9. 1..
|
||||
//
|
||||
|
||||
#ifndef ODROID_POWER_MATE_PRIV_WIFI_H
|
||||
#define ODROID_POWER_MATE_PRIV_WIFI_H
|
||||
|
||||
void wifi_init_sta(void);
|
||||
void wifi_init_ap(void);
|
||||
void initialize_sntp(void);
|
||||
|
||||
#endif //ODROID_POWER_MATE_PRIV_WIFI_H
|
||||
Reference in New Issue
Block a user