Skip to content

Commit 294d991

Browse files
committed
rename c/h files
1 parent 947cea4 commit 294d991

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
idf_component_register(
2-
SRCS "deauther.c"
2+
SRCS "wsl_bypasser.c"
33
INCLUDE_DIRS "interface"
44
)
55
target_link_libraries(${COMPONENT_LIB} -Wl,-zmuldefs)

components/wsl_bypasser/interface/deauther.h components/wsl_bypasser/interface/wsl_bypasser.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef DEAUTHER_H
2-
#define DEAUTHER_H
1+
#ifndef WSL_BYPASSER_H
2+
#define WSL_BYPASSER_H
33

44
#include "esp_wifi_types.h"
55

components/wsl_bypasser/deauther.c components/wsl_bypasser/wsl_bypasser.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Inspired by: https://github.com/GANESH-ICMC/esp32-deauther
22

3-
#include "deauther.h"
3+
#include "wsl_bypasser.h"
44

55
#include <stdint.h>
66
#include <string.h>
@@ -11,7 +11,7 @@
1111
#include "esp_wifi.h"
1212
#include "esp_wifi_types.h"
1313

14-
static const char *TAG = "deauther";
14+
static const char *TAG = "wsl_bypasser";
1515
static const uint8_t deauth_frame_default[] = {
1616
0xc0, 0x00, 0x3a, 0x01,
1717
0xff, 0xff, 0xff, 0xff, 0xff, 0xff,

0 commit comments

Comments
 (0)