AP mode

Dependencies:   NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_TCP_Echo_Server_Example by WIZnet

setting.h

Committer:
maru536
Date:
2017-10-03
Revision:
8:e26236864101
Parent:
2:8d119e9b8f5a

File content as of revision 8:e26236864101:

#pragma once
#include "WizFi310Interface.h"
#include "TCPSocket.h"
#include "resource.h"

void sendMacResponse(WizFi310Interface wizfi, TCPSocket &socket);
void processWiFiJson(char *buf, char *pwd, char *id);