codedwrench / xlinkhandheldassistant

Emulates a promiscuous mode wifi card using monitor mode and packet injection and sends the data over XLink Kai.
MIT License
30 stars 3 forks source link

Hitting Reconnect too quickly causes a crash #42

Open MasonT8198 opened 2 years ago

MasonT8198 commented 2 years ago

This is related to the fact that linux doesn't enjoy receiving multiple of these calls too quickly at once, so to mitigate this there should be a safeguard added to wait to execute this command only once and add indication that it is reconnecting (perhaps throw up SSID: Reconnecting in the top right).

MasonT8198 commented 2 years ago

@codedwrench the linux specific badge should be removed, I've tested that this crash also occurs on windows