make currentScanDevice extern
This commit is contained in:
parent
66c4aa4a0c
commit
0e4c8facd0
@ -19,6 +19,8 @@ typedef struct {
|
|||||||
uint8_t payload[0]; /* network data ended with 4 bytes csum (CRC32) */
|
uint8_t payload[0]; /* network data ended with 4 bytes csum (CRC32) */
|
||||||
} wifi_ieee80211_packet_t;
|
} wifi_ieee80211_packet_t;
|
||||||
|
|
||||||
|
extern uint16_t currentScanDevice;
|
||||||
|
|
||||||
uint16_t salt_reset(void);
|
uint16_t salt_reset(void);
|
||||||
void BLECount();
|
void BLECount();
|
||||||
void wifi_sniffer_init(void);
|
void wifi_sniffer_init(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user