|
* Handle ENODEV as well as EOPNOTSUPP in NetSSID::validate.
Whether iface is not wifi or doesn't exist, same result per spec.
* *Failures* are fatal, but *ENODEV/EOPNOTSUPP* is not a failure.
So, repair logic in Script::validate and return proper value.
|