Indicates that the device has native wifi capability
@$pb.TagNumber(4) $core.bool get hasWifi => $_getBF(3);
@$pb.TagNumber(4) set hasWifi($core.bool value) => $_setBool(3, value);