package captiveportal
import "errors"
var (
ErrClientIdentificationFailed = errors.New("client identification failed")
)