SoftAP_RXHandler may be static.
This commit is contained in:
parent
27484f074f
commit
950c6c7460
|
@ -2133,7 +2133,7 @@ INLINE void SoftAP_SendBeacon()
|
||||||
SoftAP.curPacketSending = TRUE;
|
SoftAP.curPacketSending = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SoftAP_RXHandler(u_char* user, const struct pcap_pkthdr* h, const u_char* _data)
|
static void SoftAP_RXHandler(u_char* user, const struct pcap_pkthdr* h, const u_char* _data)
|
||||||
{
|
{
|
||||||
// safety checks
|
// safety checks
|
||||||
if ((_data == NULL) || (h == NULL))
|
if ((_data == NULL) || (h == NULL))
|
||||||
|
|
Loading…
Reference in New Issue