mirror of
https://github.com/bettercap/bettercap
synced 2025-07-05 20:42:09 -07:00
5 lines
184 B
Go
5 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)")
|
|
}
|