mirror of
https://github.com/bettercap/bettercap.git
synced 2024-11-07 22:20:11 -08:00
6 lines
184 B
Go
6 lines
184 B
Go
package wifi
|
|
|
|
func (mod *WiFiModule) injectPacket(data []byte) {
|
|
mod.Error("wifi frame injection is not supported on macOS (see https://github.com/bettercap/bettercap/issues/448)")
|
|
}
|